diff options
Diffstat (limited to 'src/lib/libcrypto/x509/x509_ext.c')
| -rw-r--r-- | src/lib/libcrypto/x509/x509_ext.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/lib/libcrypto/x509/x509_ext.c b/src/lib/libcrypto/x509/x509_ext.c index 9d4f1d1122..a5b5430ad4 100644 --- a/src/lib/libcrypto/x509/x509_ext.c +++ b/src/lib/libcrypto/x509/x509_ext.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: x509_ext.c,v 1.7 2014/06/12 15:49:31 deraadt Exp $ */ | 1 | /* $OpenBSD: x509_ext.c,v 1.8 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 | * |
| @@ -57,15 +57,14 @@ | |||
| 57 | */ | 57 | */ |
| 58 | 58 | ||
| 59 | #include <stdio.h> | 59 | #include <stdio.h> |
| 60 | #include <openssl/stack.h> | 60 | |
| 61 | #include "cryptlib.h" | ||
| 62 | #include <openssl/asn1.h> | 61 | #include <openssl/asn1.h> |
| 63 | #include <openssl/objects.h> | ||
| 64 | #include <openssl/evp.h> | 62 | #include <openssl/evp.h> |
| 63 | #include <openssl/objects.h> | ||
| 64 | #include <openssl/stack.h> | ||
| 65 | #include <openssl/x509.h> | 65 | #include <openssl/x509.h> |
| 66 | #include <openssl/x509v3.h> | 66 | #include <openssl/x509v3.h> |
| 67 | 67 | ||
| 68 | |||
| 69 | int | 68 | int |
| 70 | X509_CRL_get_ext_count(X509_CRL *x) | 69 | X509_CRL_get_ext_count(X509_CRL *x) |
| 71 | { | 70 | { |
