-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6556581
commit 887accf
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
diff --git a/include/openssl/opensslv.h.in b/include/openssl/opensslv.h.in | ||
index 3f47a2a..af1db51 100644 | ||
index 3f47a2ac08..b413461ca7 100644 | ||
--- a/include/openssl/opensslv.h.in | ||
+++ b/include/openssl/opensslv.h.in | ||
@@ -101,6 +101,10 @@ extern "C" { | ||
|(OPENSSL_VERSION_PATCH<<4) \ | ||
|_OPENSSL_VERSION_PRE_RELEASE ) | ||
@@ -13,6 +13,10 @@ | ||
# define OPENSSL_OPENSSLV_H | ||
# pragma once | ||
|
||
+/* OPENSSL_OONI is used by dependencies to ensure they are using the | ||
+ correct OpenSSL headers and not some other headers. */ | ||
+#define OPENSSL_OONI 1 | ||
+ | ||
# ifdef __cplusplus | ||
} | ||
extern "C" { | ||
# endif |