diff options
author | tedu <> | 2014-05-25 17:50:48 +0000 |
---|---|---|
committer | tedu <> | 2014-05-25 17:50:48 +0000 |
commit | 38764c9e83ea96f3c0be5b39c4f421b2e4874cfd (patch) | |
tree | bf32ddd1a9029733e76876350e1b89fa49c8af55 /src/lib/libcrypto/cryptlib.c | |
parent | fbb3bd2e042ea5f7dd9fcf8c79eabaf74ce5bf60 (diff) | |
download | openbsd-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.c | 6 |
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 | ||
708 | int | ||
709 | OPENSSL_isservice(void) | ||
710 | { | ||
711 | return 0; | ||
712 | } | ||
713 | |||
714 | void | 708 | void |
715 | OpenSSLDie(const char *file, int line, const char *assertion) | 709 | OpenSSLDie(const char *file, int line, const char *assertion) |
716 | { | 710 | { |