diff options
Diffstat (limited to 'src/lib/libcrypto/x509/x509_vfy.c')
-rw-r--r-- | src/lib/libcrypto/x509/x509_vfy.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libcrypto/x509/x509_vfy.c b/src/lib/libcrypto/x509/x509_vfy.c index 60067d220f..f7feb85f36 100644 --- a/src/lib/libcrypto/x509/x509_vfy.c +++ b/src/lib/libcrypto/x509/x509_vfy.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x509_vfy.c,v 1.32 2014/07/10 22:45:58 jsing Exp $ */ | 1 | /* $OpenBSD: x509_vfy.c,v 1.33 2014/07/11 08:44:49 jsing Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -64,15 +64,15 @@ | |||
64 | 64 | ||
65 | #include <openssl/opensslconf.h> | 65 | #include <openssl/opensslconf.h> |
66 | 66 | ||
67 | #include "cryptlib.h" | 67 | #include <openssl/asn1.h> |
68 | #include <openssl/crypto.h> | ||
69 | #include <openssl/lhash.h> | ||
70 | #include <openssl/buffer.h> | 68 | #include <openssl/buffer.h> |
69 | #include <openssl/crypto.h> | ||
70 | #include <openssl/err.h> | ||
71 | #include <openssl/evp.h> | 71 | #include <openssl/evp.h> |
72 | #include <openssl/asn1.h> | 72 | #include <openssl/lhash.h> |
73 | #include <openssl/objects.h> | ||
73 | #include <openssl/x509.h> | 74 | #include <openssl/x509.h> |
74 | #include <openssl/x509v3.h> | 75 | #include <openssl/x509v3.h> |
75 | #include <openssl/objects.h> | ||
76 | 76 | ||
77 | /* CRL score values */ | 77 | /* CRL score values */ |
78 | 78 | ||