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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h
index 7547d05aa6..857709f7c5 100644
--- a/src/lib/libssl/ssl.h
+++ b/src/lib/libssl/ssl.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl.h,v 1.62 2014/07/12 19:45:53 jsing Exp $ */ 1/* $OpenBSD: ssl.h,v 1.63 2014/08/10 14:42:56 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 *
@@ -410,6 +410,7 @@ struct ssl_method_st {
410 int (*ssl_dispatch_alert)(SSL *s); 410 int (*ssl_dispatch_alert)(SSL *s);
411 long (*ssl_ctrl)(SSL *s, int cmd, long larg, void *parg); 411 long (*ssl_ctrl)(SSL *s, int cmd, long larg, void *parg);
412 long (*ssl_ctx_ctrl)(SSL_CTX *ctx, int cmd, long larg, void *parg); 412 long (*ssl_ctx_ctrl)(SSL_CTX *ctx, int cmd, long larg, void *parg);
413 /* XXX - remove get_cipher_by_char and put_cipher_by_char. */
413 const SSL_CIPHER *(*get_cipher_by_char)(const unsigned char *ptr); 414 const SSL_CIPHER *(*get_cipher_by_char)(const unsigned char *ptr);
414 int (*put_cipher_by_char)(const SSL_CIPHER *cipher, unsigned char *ptr); 415 int (*put_cipher_by_char)(const SSL_CIPHER *cipher, unsigned char *ptr);
415 int (*ssl_pending)(const SSL *s); 416 int (*ssl_pending)(const SSL *s);