diff options
Diffstat (limited to 'src/lib/libssl')
| -rw-r--r-- | src/lib/libssl/src/crypto/crypto.h | 4 | ||||
| -rw-r--r-- | src/lib/libssl/src/crypto/uid.c | 12 |
2 files changed, 1 insertions, 15 deletions
diff --git a/src/lib/libssl/src/crypto/crypto.h b/src/lib/libssl/src/crypto/crypto.h index 27b7f3fe02..4012f1c99a 100644 --- a/src/lib/libssl/src/crypto/crypto.h +++ b/src/lib/libssl/src/crypto/crypto.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: crypto.h,v 1.33 2015/02/07 13:19:15 doug Exp $ */ | 1 | /* $OpenBSD: crypto.h,v 1.34 2015/04/11 16:16:15 deraadt Exp $ */ |
| 2 | /* ==================================================================== | 2 | /* ==================================================================== |
| 3 | * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. |
| 4 | * | 4 | * |
| @@ -348,8 +348,6 @@ int CRYPTO_is_mem_check_on(void); | |||
| 348 | const char *SSLeay_version(int type); | 348 | const char *SSLeay_version(int type); |
| 349 | unsigned long SSLeay(void); | 349 | unsigned long SSLeay(void); |
| 350 | 350 | ||
| 351 | int OPENSSL_issetugid(void); | ||
| 352 | |||
| 353 | /* An opaque type representing an implementation of "ex_data" support */ | 351 | /* An opaque type representing an implementation of "ex_data" support */ |
| 354 | typedef struct st_CRYPTO_EX_DATA_IMPL CRYPTO_EX_DATA_IMPL; | 352 | typedef struct st_CRYPTO_EX_DATA_IMPL CRYPTO_EX_DATA_IMPL; |
| 355 | /* Return an opaque pointer to the current "ex_data" implementation */ | 353 | /* Return an opaque pointer to the current "ex_data" implementation */ |
diff --git a/src/lib/libssl/src/crypto/uid.c b/src/lib/libssl/src/crypto/uid.c deleted file mode 100644 index c1bd92756b..0000000000 --- a/src/lib/libssl/src/crypto/uid.c +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | /* $OpenBSD: uid.c,v 1.8 2014/06/12 15:49:27 deraadt Exp $ */ | ||
| 2 | /* | ||
| 3 | * Written by Theo de Raadt. Public domain. | ||
| 4 | */ | ||
| 5 | |||
| 6 | #include <unistd.h> | ||
| 7 | |||
| 8 | int | ||
| 9 | OPENSSL_issetugid(void) | ||
| 10 | { | ||
| 11 | return issetugid(); | ||
| 12 | } | ||
