From acba75c59dc6c42b39caab6168d1284ae0f09e8f Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 19 Feb 2001 13:38:32 +0000 Subject: New -set_serial options to 'req' and 'x509'. Remove the old broken bio read of serial numbers in the 'ca' index file. This would choke if a revoked certificate was specified with a negative serial number. Fix typo in uid.c --- crypto/uid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto') diff --git a/crypto/uid.c b/crypto/uid.c index 2afed36331..5612af48cf 100644 --- a/crypto/uid.c +++ b/crypto/uid.c @@ -64,7 +64,7 @@ int OPENSSL_issetugid(void) return issetugid(); } -#elsif defined(WIN32) +#elif defined(WIN32) int OPENSSL_issetugid(void) { -- cgit v1.2.3