From 6a2f1e84538afed55f92eb9550f886a51301a84c Mon Sep 17 00:00:00 2001 From: lloyd Date: Tue, 16 Feb 2010 23:32:21 +0000 Subject: Remove use of old PKCS8_ and X509_ typedefs --- src/ssl/tls_state.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ssl/tls_state.h') diff --git a/src/ssl/tls_state.h b/src/ssl/tls_state.h index 5a3aa894a..ddf03a822 100644 --- a/src/ssl/tls_state.h +++ b/src/ssl/tls_state.h @@ -32,8 +32,8 @@ class BOTAN_DLL Handshake_State Finished* client_finished; Finished* server_finished; - X509_PublicKey* kex_pub; - PKCS8_PrivateKey* kex_priv; + Public_Key* kex_pub; + Private_Key* kex_priv; CipherSuite suite; SessionKeys keys; -- cgit v1.2.3