diff options
Diffstat (limited to 'lib/libcrypto/x509/x509_att.c')
-rw-r--r-- | lib/libcrypto/x509/x509_att.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libcrypto/x509/x509_att.c b/lib/libcrypto/x509/x509_att.c index 241464d9993..4ae7504caef 100644 --- a/lib/libcrypto/x509/x509_att.c +++ b/lib/libcrypto/x509/x509_att.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x509_att.c,v 1.10 2014/07/03 21:21:11 miod Exp $ */ +/* $OpenBSD: x509_att.c,v 1.11 2014/07/11 08:44:49 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -57,11 +57,12 @@ */ #include <stdio.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> #include <openssl/x509v3.h> |