summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/ssl.h')
-rw-r--r--src/lib/libssl/ssl.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h
index 350d6fb4d1..c46d333958 100644
--- a/src/lib/libssl/ssl.h
+++ b/src/lib/libssl/ssl.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl.h,v 1.69 2014/10/31 15:25:55 jsing Exp $ */ 1/* $OpenBSD: ssl.h,v 1.70 2014/10/31 15:34:06 jsing 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 *
@@ -412,9 +412,6 @@ struct ssl_method_st {
412 int (*ssl_dispatch_alert)(SSL *s); 412 int (*ssl_dispatch_alert)(SSL *s);
413 long (*ssl_ctrl)(SSL *s, int cmd, long larg, void *parg); 413 long (*ssl_ctrl)(SSL *s, int cmd, long larg, void *parg);
414 long (*ssl_ctx_ctrl)(SSL_CTX *ctx, int cmd, long larg, void *parg); 414 long (*ssl_ctx_ctrl)(SSL_CTX *ctx, int cmd, long larg, void *parg);
415 /* XXX - remove get_cipher_by_char and put_cipher_by_char. */
416 const SSL_CIPHER *(*get_cipher_by_char)(const unsigned char *ptr);
417 int (*put_cipher_by_char)(const SSL_CIPHER *cipher, unsigned char *ptr);
418 int (*ssl_pending)(const SSL *s); 415 int (*ssl_pending)(const SSL *s);
419 int (*num_ciphers)(void); 416 int (*num_ciphers)(void);
420 const SSL_CIPHER *(*get_cipher)(unsigned ncipher); 417 const SSL_CIPHER *(*get_cipher)(unsigned ncipher);