aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-01-28 09:18:21 -0500
committerRich Salz <rsalz@openssl.org>2016-01-28 09:18:21 -0500
commit3444c36ab489b7084832254723a356e3c2eb023a (patch)
tree82ae32af0a766af45a28ed16471c0a5ef97f5cf2 /include
parent7eba4e62077484aebec010157424287f1963c88f (diff)
downloadopenssl-3444c36ab489b7084832254723a356e3c2eb023a.tar.gz
Fix typo in md2.h
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/md2.h2
1 files changed, 1 insertions, 1 deletions
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 <stddef.h>
-typdef unsigned char MD2_INT;
+typedef unsigned char MD2_INT;
# define MD2_DIGEST_LENGTH 16
# define MD2_BLOCK 16