You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/rsa_test.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -767,7 +767,7 @@ print_hex("q", tmp, len);
767
767
DO(rsa_import_x509(tmp, len3, &key));
768
768
len=sizeof(tmp);
769
769
DO(rsa_export(tmp, &len, PK_PUBLIC, &key));
770
-
DO(do_compare_testvector(tmp, len, openssl_public_rsa_stripped, sizeof(openssl_public_rsa_stripped), "RSA public export failed to match rsa_import_x509", 0));
770
+
COMPARE_TESTVECTOR(tmp, len, openssl_public_rsa_stripped, sizeof(openssl_public_rsa_stripped), "RSA public export to match rsa_import_x509", 0);
0 commit comments