diff options
Diffstat (limited to 'src/lib/libcrypto/threads/mttest.c')
-rw-r--r-- | src/lib/libcrypto/threads/mttest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/threads/mttest.c b/src/lib/libcrypto/threads/mttest.c index 8973921778..7588966cb2 100644 --- a/src/lib/libcrypto/threads/mttest.c +++ b/src/lib/libcrypto/threads/mttest.c | |||
@@ -243,7 +243,7 @@ bad: | |||
243 | goto end; | 243 | goto end; |
244 | } | 244 | } |
245 | 245 | ||
246 | if (cipher == NULL && issetugid() == 0) | 246 | if (cipher == NULL && OPENSSL_issetugid() == 0) |
247 | cipher=getenv("SSL_CIPHER"); | 247 | cipher=getenv("SSL_CIPHER"); |
248 | 248 | ||
249 | SSL_load_error_strings(); | 249 | SSL_load_error_strings(); |