diff options
Diffstat (limited to 'src/lib/libcrypto/uid.c')
-rw-r--r-- | src/lib/libcrypto/uid.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/lib/libcrypto/uid.c b/src/lib/libcrypto/uid.c deleted file mode 100644 index c1bd92756b..0000000000 --- a/src/lib/libcrypto/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 | } | ||