From 7fe5833e783d840eff4c8239cbf3d824c3836018 Mon Sep 17 00:00:00 2001 From: tedu <> Date: Sun, 25 May 2014 17:50:48 +0000 Subject: 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 --- src/lib/libcrypto/cryptlib.c | 6 ------ src/lib/libssl/src/crypto/cryptlib.c | 6 ------ 2 files changed, 12 deletions(-) (limited to 'src/lib') 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, ...) va_end (ap); } -int -OPENSSL_isservice(void) -{ - return 0; -} - void OpenSSLDie(const char *file, int line, const char *assertion) { diff --git a/src/lib/libssl/src/crypto/cryptlib.c b/src/lib/libssl/src/crypto/cryptlib.c index 0058e8328b..4a96c3e374 100644 --- a/src/lib/libssl/src/crypto/cryptlib.c +++ b/src/lib/libssl/src/crypto/cryptlib.c @@ -705,12 +705,6 @@ OPENSSL_showfatal(const char *fmta, ...) va_end (ap); } -int -OPENSSL_isservice(void) -{ - return 0; -} - void OpenSSLDie(const char *file, int line, const char *assertion) { -- cgit v1.2.3-55-g6feb