summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/uid.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcrypto/uid.c')
-rw-r--r--lib/libcrypto/uid.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/libcrypto/uid.c b/lib/libcrypto/uid.c
deleted file mode 100644
index c1bd92756bd..00000000000
--- a/lib/libcrypto/uid.c
+++ /dev/null
@@ -1,12 +0,0 @@
-/* $OpenBSD: uid.c,v 1.8 2014/06/12 15:49:27 deraadt Exp $ */
-/*
- * Written by Theo de Raadt. Public domain.
- */
-
-#include <unistd.h>
-
-int
-OPENSSL_issetugid(void)
-{
- return issetugid();
-}