[openssl-dev] [openssl.org #4442] PATCH: fix typo in AF_ALG engine name

noloader@gmail.com via RT rt at openssl.org
Fri Mar 18 00:00:48 UTC 2016


$ git diff engines/afalg/e_afalg.c > e_afalg.patch
$ cat e_afalg.patch
diff --git a/engines/afalg/e_afalg.c b/engines/afalg/e_afalg.c
index 90d7602..4674bcf 100644
--- a/engines/afalg/e_afalg.c
+++ b/engines/afalg/e_afalg.c
@@ -127,7 +127,7 @@ static int afalg_chk_platform(void);

 /* Engine Id and Name */
 static const char *engine_afalg_id = "afalg";
-static const char *engine_afalg_name = "AFLAG engine support";
+static const char *engine_afalg_name = "AFALG engine support";

 static int afalg_cipher_nids[] = {
     NID_aes_128_cbc

-- 
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4442
Please log in as guest with password guest if prompted

-------------- next part --------------
A non-text attachment was scrubbed...
Name: e_afalg.patch
Type: text/x-diff
Size: 472 bytes
Desc: not available
URL: <http://mta.openssl.org/pipermail/openssl-dev/attachments/20160318/996c8a4d/attachment-0001.patch>


More information about the openssl-dev mailing list