Fix typo in md2.h
authorRich Salz <rsalz@openssl.org>
Thu, 28 Jan 2016 14:18:21 +0000 (09:18 -0500)
committerRich Salz <rsalz@openssl.org>
Thu, 28 Jan 2016 14:18:21 +0000 (09:18 -0500)
Reviewed-by: Matt Caswell <matt@openssl.org>
include/openssl/md2.h

index 4104d0ea1df931736f84186854e4fbc1196e81bf..1dba7cf3950082261af4705bf9230832dd578c7a 100644 (file)
@@ -64,7 +64,7 @@
 # endif
 # include <stddef.h>
 
-typdef unsigned char MD2_INT;
+typedef unsigned char MD2_INT;
 
 # define MD2_DIGEST_LENGTH       16
 # define MD2_BLOCK               16