From 0709385d3caf380d8506a16cc27573e7d2cf52b5 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 13 Nov 2002 16:11:14 +0000 Subject: Correct support for SunOS 4.1.3_U1. PR: 227 --- crypto/ocsp/ocsp_ht.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crypto/ocsp') diff --git a/crypto/ocsp/ocsp_ht.c b/crypto/ocsp/ocsp_ht.c index 3194fd90d0..357709a843 100644 --- a/crypto/ocsp/ocsp_ht.c +++ b/crypto/ocsp/ocsp_ht.c @@ -64,6 +64,9 @@ #include #include #include +#ifdef OPENSSL_SYS_SUNOS +#define strtoul (unsigned long)strtol +#endif /* OPENSSL_SYS_SUNOS */ /* Quick and dirty HTTP OCSP request handler. * Could make this a bit cleverer by adding -- cgit v1.2.3