From: Rich Salz Date: Thu, 28 Jan 2016 14:18:21 +0000 (-0500) Subject: Fix typo in md2.h X-Git-Tag: OpenSSL_1_1_0-pre3~393 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3444c36ab489b7084832254723a356e3c2eb023a;p=oweals%2Fopenssl.git Fix typo in md2.h Reviewed-by: Matt Caswell --- diff --git a/include/openssl/md2.h b/include/openssl/md2.h index 4104d0ea1d..1dba7cf395 100644 --- a/include/openssl/md2.h +++ b/include/openssl/md2.h @@ -64,7 +64,7 @@ # endif # include -typdef unsigned char MD2_INT; +typedef unsigned char MD2_INT; # define MD2_DIGEST_LENGTH 16 # define MD2_BLOCK 16