Fix typo in md2.h

Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
Rich Salz 2016-01-28 09:18:21 -05:00
parent 7eba4e6207
commit 3444c36ab4

View 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