diff options
| author | markus <> | 2004-04-07 20:42:12 +0000 | 
|---|---|---|
| committer | markus <> | 2004-04-07 20:42:12 +0000 | 
| commit | 00b426069b0dfa8f0d9b87308646e9684f45c515 (patch) | |
| tree | 2eb0df944a8ed229c1d2a165679566e87ce34575 /src/lib/libcrypto/threads/mttest.c | |
| parent | fd84abe5019daf5a6869e1d12702e3e11b7a81bc (diff) | |
| download | openbsd-00b426069b0dfa8f0d9b87308646e9684f45c515.tar.gz openbsd-00b426069b0dfa8f0d9b87308646e9684f45c515.tar.bz2 openbsd-00b426069b0dfa8f0d9b87308646e9684f45c515.zip | |
import openssl-0.9.7d
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/threads/mttest.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/src/lib/libcrypto/threads/mttest.c b/src/lib/libcrypto/threads/mttest.c index 54d598565d..7588966cb2 100644 --- a/src/lib/libcrypto/threads/mttest.c +++ b/src/lib/libcrypto/threads/mttest.c | |||
| @@ -243,7 +243,8 @@ bad: | |||
| 243 | goto end; | 243 | goto end; | 
| 244 | } | 244 | } | 
| 245 | 245 | ||
| 246 | if (cipher == NULL) cipher=getenv("SSL_CIPHER"); | 246 | if (cipher == NULL && OPENSSL_issetugid() == 0) | 
| 247 | cipher=getenv("SSL_CIPHER"); | ||
| 247 | 248 | ||
| 248 | SSL_load_error_strings(); | 249 | SSL_load_error_strings(); | 
| 249 | OpenSSL_add_ssl_algorithms(); | 250 | OpenSSL_add_ssl_algorithms(); | 
