mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
Fix typo in md2.h
Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
parent
7eba4e6207
commit
3444c36ab4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user