]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - gost_eng.c
Added tests for encryption-decryption.
[openssl-gost/engine.git] / gost_eng.c
index 3debd1830fa8415999324faafd55f4582e41309a..b7b6b5edd6486c165edd862fd01d54c4819664e7 100644 (file)
@@ -265,7 +265,7 @@ static int gost_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
     int ok = 1;
     if (!cipher) {
         *nids = gost_cipher_nids;
-        return 4;               /* three ciphers are supported */
+        return 4;               /* four ciphers are supported */
     }
 
     if (nid == NID_id_Gost28147_89) {