Commit df57e42b authored by Andy Polyakov's avatar Andy Polyakov
Browse files

evp/e_aes.c: fix SPARC T4-specific problem:



- SIGSEGV/ILL in CCM (RT#3688);

Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
parent 9c5c1850
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -790,6 +790,8 @@ static int aes_t4_ccm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
        default:
            return 0;
        }
#  else
        cctx->str = NULL;
#  endif
        cctx->key_set = 1;
    }