diff options
| author | tedu <> | 2014-05-25 17:50:48 +0000 |
|---|---|---|
| committer | tedu <> | 2014-05-25 17:50:48 +0000 |
| commit | 7fe5833e783d840eff4c8239cbf3d824c3836018 (patch) | |
| tree | bf32ddd1a9029733e76876350e1b89fa49c8af55 /src/lib/libc | |
| parent | 6ae9a8db3881e4d2383c0a317f7c55a8ad624533 (diff) | |
| download | openbsd-7fe5833e783d840eff4c8239cbf3d824c3836018.tar.gz openbsd-7fe5833e783d840eff4c8239cbf3d824c3836018.tar.bz2 openbsd-7fe5833e783d840eff4c8239cbf3d824c3836018.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 '')
| -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 | { |
