Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/verify/intern/BLO_verify.c')
-rw-r--r--source/blender/verify/intern/BLO_verify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/verify/intern/BLO_verify.c b/source/blender/verify/intern/BLO_verify.c
index 6b79d0e4cab..33e48185e81 100644
--- a/source/blender/verify/intern/BLO_verify.c
+++ b/source/blender/verify/intern/BLO_verify.c
@@ -377,7 +377,7 @@ BLO_verify_end(
/* verify the signature */
verifySuccess = RSA_verify(NID_ripemd160, digest, RIPEMD160_DIGEST_LENGTH,
- BLO_verify->streamHeader->signature,
+ BLO_verify->streamHeader->signature,
BLO_verify->streamHeader->signatureLen, rsa);
if (verifySuccess == 1) {
#ifndef NDEBUG