Initialize potentially uninitialized local variables
[openssl.git] / ssl / t1_lib.c
index 7af9c7e3ddb1c93f5efd9a301bd5810ea9800b37..906819566898f95a95efeda90ec7b233f0f3d3f9 100644 (file)
@@ -2720,7 +2720,7 @@ int tls1_set_server_sigalgs(SSL *s)
 int ssl_check_clienthello_tlsext_late(SSL *s)
 {
     int ret = SSL_TLSEXT_ERR_OK;
-    int al;
+    int al = SSL_AD_INTERNAL_ERROR;
 
     /*
      * If status request then ask callback what to do. Note: this must be