diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/cryptlib.c | 6 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/cryptlib.c | 6 |
2 files changed, 0 insertions, 12 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 | { |
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, ...) | |||
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 | { |