diff options
author | 2014-04-15 17:20:09 +0000 | |
---|---|---|
committer | 2014-04-15 17:20:09 +0000 | |
commit | fd5791d28ebed3b86d898719e86a65f34f1d44bc (patch) | |
tree | 01203ce81b731bddda2e87d250a4e1af5a091edc /lib/libssl/src | |
parent | No need to define DEVRANDOM and DEVRANDOM_EGD any longer. (diff) | |
download | wireguard-openbsd-fd5791d28ebed3b86d898719e86a65f34f1d44bc.tar.xz wireguard-openbsd-fd5791d28ebed3b86d898719e86a65f34f1d44bc.zip |
As we now remove it permanently, we no longer need NO_WINDOWS_BRAINDEATH
as a build time option...
ok deraadt@ miod@
Diffstat (limited to 'lib/libssl/src')
-rw-r--r-- | lib/libssl/src/crypto/cversion.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libssl/src/crypto/cversion.c b/lib/libssl/src/crypto/cversion.c index 4bbe74bd5b6..74317e2e147 100644 --- a/lib/libssl/src/crypto/cversion.c +++ b/lib/libssl/src/crypto/cversion.c @@ -58,10 +58,6 @@ #include "cryptlib.h" -#ifndef NO_WINDOWS_BRAINDEATH -#include "buildinf.h" -#endif - const char *SSLeay_version(int t) { |