diff options
author | jsing <> | 2014-05-23 17:52:46 +0000 |
---|---|---|
committer | jsing <> | 2014-05-23 17:52:46 +0000 |
commit | 188e535c0ed9a9e233d53061edacb903c58fe0ef (patch) | |
tree | 5777ebbd2e72cd088f6fe2b722a5d5e70fbd9357 /src | |
parent | f45c42a424db08b181a298910b787cb0925af5b5 (diff) | |
download | openbsd-188e535c0ed9a9e233d53061edacb903c58fe0ef.tar.gz openbsd-188e535c0ed9a9e233d53061edacb903c58fe0ef.tar.bz2 openbsd-188e535c0ed9a9e233d53061edacb903c58fe0ef.zip |
Not OPENSSL_SYS_SUNOS.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/ocsp/ocsp_ht.c | 3 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/ocsp/ocsp_ht.c | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/libcrypto/ocsp/ocsp_ht.c b/src/lib/libcrypto/ocsp/ocsp_ht.c index 3e7c2e46d0..a42b4f03f4 100644 --- a/src/lib/libcrypto/ocsp/ocsp_ht.c +++ b/src/lib/libcrypto/ocsp/ocsp_ht.c | |||
@@ -64,9 +64,6 @@ | |||
64 | #include <openssl/ocsp.h> | 64 | #include <openssl/ocsp.h> |
65 | #include <openssl/err.h> | 65 | #include <openssl/err.h> |
66 | #include <openssl/buffer.h> | 66 | #include <openssl/buffer.h> |
67 | #ifdef OPENSSL_SYS_SUNOS | ||
68 | #define strtoul (unsigned long)strtol | ||
69 | #endif /* OPENSSL_SYS_SUNOS */ | ||
70 | 67 | ||
71 | /* Stateful OCSP request code, supporting non-blocking I/O */ | 68 | /* Stateful OCSP request code, supporting non-blocking I/O */ |
72 | 69 | ||
diff --git a/src/lib/libssl/src/crypto/ocsp/ocsp_ht.c b/src/lib/libssl/src/crypto/ocsp/ocsp_ht.c index 3e7c2e46d0..a42b4f03f4 100644 --- a/src/lib/libssl/src/crypto/ocsp/ocsp_ht.c +++ b/src/lib/libssl/src/crypto/ocsp/ocsp_ht.c | |||
@@ -64,9 +64,6 @@ | |||
64 | #include <openssl/ocsp.h> | 64 | #include <openssl/ocsp.h> |
65 | #include <openssl/err.h> | 65 | #include <openssl/err.h> |
66 | #include <openssl/buffer.h> | 66 | #include <openssl/buffer.h> |
67 | #ifdef OPENSSL_SYS_SUNOS | ||
68 | #define strtoul (unsigned long)strtol | ||
69 | #endif /* OPENSSL_SYS_SUNOS */ | ||
70 | 67 | ||
71 | /* Stateful OCSP request code, supporting non-blocking I/O */ | 68 | /* Stateful OCSP request code, supporting non-blocking I/O */ |
72 | 69 | ||