[BACK]Return to speed.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / openssl

Diff for /src/usr.bin/openssl/speed.c between version 1.24 and 1.25

version 1.24, 2021/12/12 20:35:40 version 1.25, 2021/12/26 15:28:37
Line 1425 
Line 1425 
                                 if ((ctx = EVP_CIPHER_CTX_new()) == NULL) {                                  if ((ctx = EVP_CIPHER_CTX_new()) == NULL) {
                                         BIO_printf(bio_err, "Failed to "                                          BIO_printf(bio_err, "Failed to "
                                             "allocate cipher context.\n");                                              "allocate cipher context.\n");
                                         return 0;                                          goto end;
                                 }                                  }
                                 if (decrypt)                                  if (decrypt)
                                         EVP_DecryptInit_ex(ctx, evp_cipher, NULL, key16, iv);                                          EVP_DecryptInit_ex(ctx, evp_cipher, NULL, key16, iv);

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25