]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/rsa/rsa_sign.c
ispell (and minor modifications)
[thirdparty/openssl.git] / crypto / rsa / rsa_sign.c
index 15c6d1a84c3366d66a298d223c5e0bde84401a9a..05bb7fb74afe9f2cb5a212e847cb49a26c62a5e7 100644 (file)
@@ -181,7 +181,7 @@ int RSA_verify(int dtype, unsigned char *m, unsigned int m_len,
 
 
        #ifdef RSA_DEBUG
-               /* put a backward compatability flag in EAY */
+               /* put a backward compatibility flag in EAY */
                fprintf(stderr,"in(%s) expect(%s)\n",OBJ_nid2ln(sigtype),
                        OBJ_nid2ln(dtype));
        #endif