summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
diff options
context:
space:
mode:
authorNils Larsch <nils@openssl.org>2005-08-21 23:06:23 +0000
committerNils Larsch <nils@openssl.org>2005-08-21 23:06:23 +0000
commit7f3c9036ea1be59c07ab85624d53d6e244dbe851 (patch)
treed3e7618c79d9ee0505472f36b0e0e19b80010ce3 /ssl/ssl_locl.h
parent725111f7cbf56a724f119c6b9d0bf8a56cd32ce7 (diff)
initialize cipher/digest methods table in SSL_library_init() and hence remove the need for a lock
Diffstat (limited to 'ssl/ssl_locl.h')
-rw-r--r--ssl/ssl_locl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h
index 0b81e09091..6a56384a8c 100644
--- a/ssl/ssl_locl.h
+++ b/ssl/ssl_locl.h
@@ -736,6 +736,7 @@ int ssl_cert_type(X509 *x,EVP_PKEY *pkey);
void ssl_set_cert_masks(CERT *c, SSL_CIPHER *cipher);
STACK_OF(SSL_CIPHER) *ssl_get_ciphers_by_id(SSL *s);
int ssl_verify_alarm_type(long type);
+void ssl_load_ciphers(void);
int ssl2_enc_init(SSL *s, int client);
int ssl2_generate_key_material(SSL *s);