X-Git-Url: https://www.bearssl.org/gitweb//home/git/?p=BearSSL;a=blobdiff_plain;f=src%2Frsa%2Frsa_pkcs1_sig_unpad.c;h=c8ae08fa8e9f6548979444bf9982dcbcf45d8827;hp=d179945c130aafe7624b108d6c46702cc327208e;hb=252dba914912e694d0e69754f0167060fc4d2ba6;hpb=28e4e120b84dacdf53963639f1a8a6fec2793662 diff --git a/src/rsa/rsa_pkcs1_sig_unpad.c b/src/rsa/rsa_pkcs1_sig_unpad.c index d179945..c8ae08f 100644 --- a/src/rsa/rsa_pkcs1_sig_unpad.c +++ b/src/rsa/rsa_pkcs1_sig_unpad.c @@ -68,7 +68,7 @@ br_rsa_pkcs1_sig_unpad(const unsigned char *sig, size_t sig_len, /* * Check the "00 01 FF .. FF 00" with at least eight 0xFF bytes. - * The comparaison is valid because we made sure that the signature + * The comparison is valid because we made sure that the signature * is at least 11 bytes long. */ if (memcmp(sig, pad1, sizeof pad1) != 0) {