Commit 95b7926b authored by Matt Caswell's avatar Matt Caswell
Browse files

Only include opensslconf.h once



Fixes a pyca cryptography test failure.

[extended tests]

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7839)
parent 5d609f22
Loading
Loading
Loading
Loading
+104 −100
Original line number Diff line number Diff line
@@ -11,6 +11,9 @@

#include <openssl/opensslv.h>

#ifndef HEADER_OPENSSLCONF_H
# define HEADER_OPENSSLCONF_H

# ifdef  __cplusplus
extern "C" {
# endif
@@ -183,3 +186,4 @@ extern "C" {
# ifdef  __cplusplus
}
# endif
#endif                          /* HEADER_OPENSSLCONF_H */