aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/uid.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-02-19 13:38:32 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-02-19 13:38:32 +0000
commitacba75c59dc6c42b39caab6168d1284ae0f09e8f (patch)
treefdb146bd39e5837c19488c3512861fec2fbb9179 /crypto/uid.c
parent267a1927eb7207620069418efac833335d5b9ffd (diff)
downloadopenssl-acba75c59dc6c42b39caab6168d1284ae0f09e8f.tar.gz
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
Diffstat (limited to 'crypto/uid.c')
-rw-r--r--crypto/uid.c2
1 files changed, 1 insertions, 1 deletions
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)
{