Merge pull request #456 from dinamicoplus/patch-1

Fix RSA Encryption Example
This commit is contained in:
Steffen Jaeckel 2018-10-25 16:42:54 +02:00 committed by GitHub
commit 99f9181f67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4591,7 +4591,7 @@ int main(void)
return EXIT_FAILURE;
}
/* register a math library (in this case TomsFastMath)
/* register a math library (in this case TomsFastMath) */
ltc_mp = tfm_desc;
if (register_hash(&sha1_desc) == -1) {