summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/cryptlib.c
diff options
context:
space:
mode:
authortedu <>2014-05-25 17:50:48 +0000
committertedu <>2014-05-25 17:50:48 +0000
commit38764c9e83ea96f3c0be5b39c4f421b2e4874cfd (patch)
treebf32ddd1a9029733e76876350e1b89fa49c8af55 /src/lib/libcrypto/cryptlib.c
parentfbb3bd2e042ea5f7dd9fcf8c79eabaf74ce5bf60 (diff)
downloadopenbsd-38764c9e83ea96f3c0be5b39c4f421b2e4874cfd.tar.gz
openbsd-38764c9e83ea96f3c0be5b39c4f421b2e4874cfd.tar.bz2
openbsd-38764c9e83ea96f3c0be5b39c4f421b2e4874cfd.zip
remove OPENSSL_isservice. not used internally, no sane posix software will
call it, and windows service software can figure this out on its own. ok beck miod
Diffstat (limited to 'src/lib/libcrypto/cryptlib.c')
-rw-r--r--src/lib/libcrypto/cryptlib.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/libcrypto/cryptlib.c b/src/lib/libcrypto/cryptlib.c
index 0058e8328b..4a96c3e374 100644
--- a/src/lib/libcrypto/cryptlib.c
+++ b/src/lib/libcrypto/cryptlib.c
@@ -705,12 +705,6 @@ OPENSSL_showfatal(const char *fmta, ...)
705 va_end (ap); 705 va_end (ap);
706} 706}
707 707
708int
709OPENSSL_isservice(void)
710{
711 return 0;
712}
713
714void 708void
715OpenSSLDie(const char *file, int line, const char *assertion) 709OpenSSLDie(const char *file, int line, const char *assertion)
716{ 710{