diff options
author | jsing <> | 2014-10-31 15:34:06 +0000 |
---|---|---|
committer | jsing <> | 2014-10-31 15:34:06 +0000 |
commit | c6e49e99a559cad5f5f92604fa091cf86567c318 (patch) | |
tree | ebf5bebe133750ea07335774e0a16493631addf4 /src | |
parent | cd2b36b32fa0f08a47812cf4bc77f005cbba8fc4 (diff) | |
download | openbsd-c6e49e99a559cad5f5f92604fa091cf86567c318.tar.gz openbsd-c6e49e99a559cad5f5f92604fa091cf86567c318.tar.bz2 openbsd-c6e49e99a559cad5f5f92604fa091cf86567c318.zip |
Remove now unused remnants from public structs.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libssl/src/ssl/ssl.h | 5 | ||||
-rw-r--r-- | src/lib/libssl/src/ssl/ssl3.h | 4 | ||||
-rw-r--r-- | src/lib/libssl/ssl.h | 5 | ||||
-rw-r--r-- | src/lib/libssl/ssl3.h | 4 |
4 files changed, 4 insertions, 14 deletions
diff --git a/src/lib/libssl/src/ssl/ssl.h b/src/lib/libssl/src/ssl/ssl.h index 350d6fb4d1..c46d333958 100644 --- a/src/lib/libssl/src/ssl/ssl.h +++ b/src/lib/libssl/src/ssl/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); |
diff --git a/src/lib/libssl/src/ssl/ssl3.h b/src/lib/libssl/src/ssl/ssl3.h index 18afa304c9..f10b288f31 100644 --- a/src/lib/libssl/src/ssl/ssl3.h +++ b/src/lib/libssl/src/ssl/ssl3.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl3.h,v 1.27 2014/10/31 14:51:01 jsing Exp $ */ | 1 | /* $OpenBSD: ssl3.h,v 1.28 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 | * |
@@ -473,8 +473,6 @@ typedef struct ssl3_state_st { | |||
473 | char ctype[SSL3_CT_NUMBER]; | 473 | char ctype[SSL3_CT_NUMBER]; |
474 | STACK_OF(X509_NAME) *ca_names; | 474 | STACK_OF(X509_NAME) *ca_names; |
475 | 475 | ||
476 | int use_rsa_tmp; /* XXX - remove at next bump. */ | ||
477 | |||
478 | int key_block_length; | 476 | int key_block_length; |
479 | unsigned char *key_block; | 477 | unsigned char *key_block; |
480 | 478 | ||
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); |
diff --git a/src/lib/libssl/ssl3.h b/src/lib/libssl/ssl3.h index 18afa304c9..f10b288f31 100644 --- a/src/lib/libssl/ssl3.h +++ b/src/lib/libssl/ssl3.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl3.h,v 1.27 2014/10/31 14:51:01 jsing Exp $ */ | 1 | /* $OpenBSD: ssl3.h,v 1.28 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 | * |
@@ -473,8 +473,6 @@ typedef struct ssl3_state_st { | |||
473 | char ctype[SSL3_CT_NUMBER]; | 473 | char ctype[SSL3_CT_NUMBER]; |
474 | STACK_OF(X509_NAME) *ca_names; | 474 | STACK_OF(X509_NAME) *ca_names; |
475 | 475 | ||
476 | int use_rsa_tmp; /* XXX - remove at next bump. */ | ||
477 | |||
478 | int key_block_length; | 476 | int key_block_length; |
479 | unsigned char *key_block; | 477 | unsigned char *key_block; |
480 | 478 | ||