summaryrefslogtreecommitdiffstats
path: root/crypto/ocsp
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2014-12-21 23:18:02 -0500
committerRich Salz <rsalz@openssl.org>2014-12-21 23:18:02 -0500
commitf2319414445ef5991d77c015af86276d84b9fec1 (patch)
tree9f041424967be387e308d4be9dcdeb5eed43b688 /crypto/ocsp
parent2521fcd8527008ceb3e4748f95b0ed4e2d70cfef (diff)
RT3548: Remvoe unsupported platforms
This commit removes SunOS (a sentimental favorite of mine). Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/ocsp')
-rw-r--r--crypto/ocsp/ocsp_ht.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/ocsp/ocsp_ht.c b/crypto/ocsp/ocsp_ht.c
index bac35f8de1..268f575bb0 100644
--- a/crypto/ocsp/ocsp_ht.c
+++ b/crypto/ocsp/ocsp_ht.c
@@ -65,9 +65,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 */