diff options
Diffstat (limited to 'lib/libcrypto/x509/x509name.c')
-rw-r--r-- | lib/libcrypto/x509/x509name.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libcrypto/x509/x509name.c b/lib/libcrypto/x509/x509name.c index 4151ea0bc52..465a1cadb59 100644 --- a/lib/libcrypto/x509/x509name.c +++ b/lib/libcrypto/x509/x509name.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x509name.c,v 1.11 2014/07/10 13:58:23 jsing Exp $ */ +/* $OpenBSD: x509name.c,v 1.12 2014/07/11 08:44:49 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -59,11 +59,11 @@ #include <stdio.h> #include <string.h> -#include <openssl/stack.h> -#include "cryptlib.h" #include <openssl/asn1.h> -#include <openssl/objects.h> +#include <openssl/err.h> #include <openssl/evp.h> +#include <openssl/objects.h> +#include <openssl/stack.h> #include <openssl/x509.h> int |