summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/uid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/uid.c')
-rw-r--r--src/lib/libcrypto/uid.c12
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
8int
9OPENSSL_issetugid(void)
10{
11 return issetugid();
12}