Comments for SSL_get_peer_cert_chain inconsistency.
[openssl.git] / ssl / s23_srvr.c
index 5b38f9e285fd7922ba299a47b807ff7622a6e468..6a3bbb10b953a16b1a899a6c14d66a5356107d37 100644 (file)
@@ -206,8 +206,11 @@ int ssl23_get_client_hello(SSL *s)
        unsigned int i;
        unsigned int csl,sil,cl;
        int n=0,j;
-       int type=0,use_sslv2_strong=0;
+       int type=0;
        int v[2];
+#ifndef NO_RSA
+       int use_sslv2_strong=0;
+#endif
 
        if (s->state == SSL23_ST_SR_CLNT_HELLO_A)
                {