diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-05-25 17:50:49 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-05-25 17:50:49 +0000 |
commit | f8b6ce7658ac5c79a2b61b3c30d349a1f2329dc2 (patch) | |
tree | f2d5d9f0659c52f16738dd0babf231544cbeae73 /lib | |
parent | cf4738fe39214dd5f6d12bd7460a621c3e217de2 (diff) |
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 'lib')
-rw-r--r-- | lib/libcrypto/cryptlib.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/libcrypto/cryptlib.c b/lib/libcrypto/cryptlib.c index 0058e8328b3..4a96c3e3746 100644 --- a/lib/libcrypto/cryptlib.c +++ b/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) { |