diff options
author | beck <> | 2014-04-13 19:50:56 +0000 |
---|---|---|
committer | beck <> | 2014-04-13 19:50:56 +0000 |
commit | b8d0226baeb7d192c015a0db36bb7d77f17b744c (patch) | |
tree | 408fd582bdaae20967d5a427b44a92580d19a1e2 /src/lib/libcrypto/bio/bio_cb.c | |
parent | da46bab8c0298f3edf0a0d6efc66fc7838b161e5 (diff) | |
download | openbsd-b8d0226baeb7d192c015a0db36bb7d77f17b744c.tar.gz openbsd-b8d0226baeb7d192c015a0db36bb7d77f17b744c.tar.bz2 openbsd-b8d0226baeb7d192c015a0db36bb7d77f17b744c.zip |
Remove some stuff that isn't needed.
ok miod@ deraadt@
Diffstat (limited to 'src/lib/libcrypto/bio/bio_cb.c')
-rw-r--r-- | src/lib/libcrypto/bio/bio_cb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/bio/bio_cb.c b/src/lib/libcrypto/bio/bio_cb.c index 9bcbc321d9..7334a254bf 100644 --- a/src/lib/libcrypto/bio/bio_cb.c +++ b/src/lib/libcrypto/bio/bio_cb.c | |||
@@ -63,11 +63,11 @@ | |||
63 | #include <openssl/bio.h> | 63 | #include <openssl/bio.h> |
64 | #include <openssl/err.h> | 64 | #include <openssl/err.h> |
65 | 65 | ||
66 | long MS_CALLBACK BIO_debug_callback(BIO *bio, int cmd, const char *argp, | 66 | long BIO_debug_callback(BIO *bio, int cmd, const char *argp, |
67 | int argi, long argl, long ret) | 67 | int argi, long argl, long ret) |
68 | { | 68 | { |
69 | BIO *b; | 69 | BIO *b; |
70 | MS_STATIC char buf[256]; | 70 | char buf[256]; |
71 | char *p; | 71 | char *p; |
72 | long r=1; | 72 | long r=1; |
73 | size_t p_maxlen; | 73 | size_t p_maxlen; |