diff options
author | miod <> | 2014-07-11 08:17:36 +0000 |
---|---|---|
committer | miod <> | 2014-07-11 08:17:36 +0000 |
commit | 86b5303a54b4edb30db98ef7e4449b166d992bb5 (patch) | |
tree | ab9b73426bba5da242022c216cdfb919c2be04cb /src/lib/libssl/ssl_locl.h | |
parent | 22d34c2d8bc5e1aef79a43753b71073bff378ce9 (diff) | |
download | openbsd-86b5303a54b4edb30db98ef7e4449b166d992bb5.tar.gz openbsd-86b5303a54b4edb30db98ef7e4449b166d992bb5.tar.bz2 openbsd-86b5303a54b4edb30db98ef7e4449b166d992bb5.zip |
No need to keep ssl23_foo() flavours mapping to ssl3_foo().
ok tedu@
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-rw-r--r-- | src/lib/libssl/ssl_locl.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h index 150f56e1d6..c1e402b3a1 100644 --- a/src/lib/libssl/ssl_locl.h +++ b/src/lib/libssl/ssl_locl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl_locl.h,v 1.58 2014/07/10 10:09:54 jsing Exp $ */ | 1 | /* $OpenBSD: ssl_locl.h,v 1.59 2014/07/11 08:17:36 miod Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -659,13 +659,10 @@ void ssl3_record_sequence_increment(unsigned char *seq); | |||
659 | int ssl3_do_change_cipher_spec(SSL *ssl); | 659 | int ssl3_do_change_cipher_spec(SSL *ssl); |
660 | long ssl3_default_timeout(void); | 660 | long ssl3_default_timeout(void); |
661 | 661 | ||
662 | int ssl23_num_ciphers(void); | ||
663 | const SSL_CIPHER *ssl23_get_cipher(unsigned int u); | ||
664 | int ssl23_read(SSL *s, void *buf, int len); | 662 | int ssl23_read(SSL *s, void *buf, int len); |
665 | int ssl23_peek(SSL *s, void *buf, int len); | 663 | int ssl23_peek(SSL *s, void *buf, int len); |
666 | int ssl23_write(SSL *s, const void *buf, int len); | 664 | int ssl23_write(SSL *s, const void *buf, int len); |
667 | int ssl23_put_cipher_by_char(const SSL_CIPHER *c, unsigned char *p); | 665 | int ssl23_put_cipher_by_char(const SSL_CIPHER *c, unsigned char *p); |
668 | const SSL_CIPHER *ssl23_get_cipher_by_char(const unsigned char *p); | ||
669 | long ssl23_default_timeout(void); | 666 | long ssl23_default_timeout(void); |
670 | 667 | ||
671 | long tls1_default_timeout(void); | 668 | long tls1_default_timeout(void); |