summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/ssl.h')
-rw-r--r--src/lib/libssl/ssl.h17
1 files changed, 9 insertions, 8 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h
index c46d333958..00a4b5e39b 100644
--- a/src/lib/libssl/ssl.h
+++ b/src/lib/libssl/ssl.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl.h,v 1.70 2014/10/31 15:34:06 jsing Exp $ */ 1/* $OpenBSD: ssl.h,v 1.71 2014/11/16 14:12:47 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 *
@@ -144,22 +144,23 @@
144#define HEADER_SSL_H 144#define HEADER_SSL_H
145 145
146#include <openssl/opensslconf.h> 146#include <openssl/opensslconf.h>
147#include <openssl/hmac.h>
148#include <openssl/pem.h>
149#include <openssl/safestack.h>
147 150
148#ifndef OPENSSL_NO_BIO 151#ifndef OPENSSL_NO_BIO
149#include <openssl/bio.h> 152#include <openssl/bio.h>
150#endif 153#endif
154
151#ifndef OPENSSL_NO_DEPRECATED 155#ifndef OPENSSL_NO_DEPRECATED
156#include <openssl/buffer.h>
157#include <openssl/crypto.h>
158#include <openssl/lhash.h>
159
152#ifndef OPENSSL_NO_X509 160#ifndef OPENSSL_NO_X509
153#include <openssl/x509.h> 161#include <openssl/x509.h>
154#endif 162#endif
155#include <openssl/crypto.h>
156#include <openssl/lhash.h>
157#include <openssl/buffer.h>
158#endif 163#endif
159#include <openssl/pem.h>
160#include <openssl/hmac.h>
161
162#include <openssl/safestack.h>
163 164
164#ifdef __cplusplus 165#ifdef __cplusplus
165extern "C" { 166extern "C" {