summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x_all.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/x509/x_all.c')
-rw-r--r--src/lib/libcrypto/x509/x_all.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/lib/libcrypto/x509/x_all.c b/src/lib/libcrypto/x509/x_all.c
index f01e47416d..edb5f520fa 100644
--- a/src/lib/libcrypto/x509/x_all.c
+++ b/src/lib/libcrypto/x509/x_all.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: x_all.c,v 1.17 2014/07/10 22:45:58 jsing Exp $ */ 1/* $OpenBSD: x_all.c,v 1.18 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 *
@@ -60,18 +60,18 @@
60 60
61#include <openssl/opensslconf.h> 61#include <openssl/opensslconf.h>
62 62
63#include <openssl/stack.h>
64#include "cryptlib.h"
65#include <openssl/buffer.h>
66#include <openssl/asn1.h> 63#include <openssl/asn1.h>
64#include <openssl/buffer.h>
67#include <openssl/evp.h> 65#include <openssl/evp.h>
66#include <openssl/stack.h>
68#include <openssl/x509.h> 67#include <openssl/x509.h>
69#ifndef OPENSSL_NO_RSA 68
70#include <openssl/rsa.h>
71#endif
72#ifndef OPENSSL_NO_DSA 69#ifndef OPENSSL_NO_DSA
73#include <openssl/dsa.h> 70#include <openssl/dsa.h>
74#endif 71#endif
72#ifndef OPENSSL_NO_RSA
73#include <openssl/rsa.h>
74#endif
75 75
76int 76int
77X509_verify(X509 *a, EVP_PKEY *r) 77X509_verify(X509 *a, EVP_PKEY *r)