diff options
author | 2014-05-23 17:52:46 +0000 | |
---|---|---|
committer | 2014-05-23 17:52:46 +0000 | |
commit | 75de5482d54a5286114963a8f22e9a6c3af69c80 (patch) | |
tree | 13e473e669dec99fb3cebf45284110a15edab4d4 /lib/libssl/src | |
parent | Make DEBUG a bit easier to use by calling setlogmask(LOG_UPTO(LOG_DEBUG)) (diff) | |
download | wireguard-openbsd-75de5482d54a5286114963a8f22e9a6c3af69c80.tar.xz wireguard-openbsd-75de5482d54a5286114963a8f22e9a6c3af69c80.zip |
Not OPENSSL_SYS_SUNOS.
Diffstat (limited to 'lib/libssl/src')
-rw-r--r-- | lib/libssl/src/crypto/ocsp/ocsp_ht.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libssl/src/crypto/ocsp/ocsp_ht.c b/lib/libssl/src/crypto/ocsp/ocsp_ht.c index 3e7c2e46d00..a42b4f03f44 100644 --- a/lib/libssl/src/crypto/ocsp/ocsp_ht.c +++ b/lib/libssl/src/crypto/ocsp/ocsp_ht.c @@ -64,9 +64,6 @@ #include <openssl/ocsp.h> #include <openssl/err.h> #include <openssl/buffer.h> -#ifdef OPENSSL_SYS_SUNOS -#define strtoul (unsigned long)strtol -#endif /* OPENSSL_SYS_SUNOS */ /* Stateful OCSP request code, supporting non-blocking I/O */ |