diff options
author | 2014-05-25 17:50:48 +0000 | |
---|---|---|
committer | 2014-05-25 17:50:48 +0000 | |
commit | 18c657f3713d80fac49b3d9db812f7b62929d950 (patch) | |
tree | b4f5487eefed136b0250676e28313031166fafe2 /lib/libssl/src/crypto/cryptlib.c | |
parent | use calloc, from Benjamin Baier (diff) | |
download | wireguard-openbsd-18c657f3713d80fac49b3d9db812f7b62929d950.tar.xz wireguard-openbsd-18c657f3713d80fac49b3d9db812f7b62929d950.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 'lib/libssl/src/crypto/cryptlib.c')
-rw-r--r-- | lib/libssl/src/crypto/cryptlib.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/libssl/src/crypto/cryptlib.c b/lib/libssl/src/crypto/cryptlib.c index 0058e8328b3..4a96c3e3746 100644 --- a/lib/libssl/src/crypto/cryptlib.c +++ b/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) { |