- 時間撮記:
- 2022-11-2 上午07:40:16 (2 年 以前)
- svn:sync-xref-src-repo-rev:
- 154372
- 位置:
- trunk/src/libs/openssl-3.0.7
- 檔案:
-
- 修改 2 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/libs/openssl-3.0.7
- 屬性 svn:mergeinfo
-
old new 15 15 /vendor/openssl/3.0.2:150728-150729 16 16 /vendor/openssl/3.0.3:151497-151729 17 /vendor/openssl/current:147554-151496 17 /vendor/openssl/3.0.7:154371 18 /vendor/openssl/current:147554-154370
-
- 屬性 svn:mergeinfo
-
trunk/src/libs/openssl-3.0.7/crypto/pkcs12/p12_decr.c
r94082 r97372 1 1 /* 2 * Copyright 1999-202 1The OpenSSL Project Authors. All Rights Reserved.2 * Copyright 1999-2022 The OpenSSL Project Authors. All Rights Reserved. 3 3 * 4 4 * Licensed under the Apache License 2.0 (the "License"). You may not use … … 95 95 if (EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_AEAD_GET_TAG, 96 96 (int)mac_len, out+outlen) < 0) { 97 OPENSSL_free(out); 98 out = NULL; 97 99 ERR_raise(ERR_LIB_PKCS12, ERR_R_INTERNAL_ERROR); 98 100 goto err;
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器