The branch master has been updated
       via  3444c36ab489b7084832254723a356e3c2eb023a (commit)
      from  7eba4e62077484aebec010157424287f1963c88f (commit)


- Log -----------------------------------------------------------------
commit 3444c36ab489b7084832254723a356e3c2eb023a
Author: Rich Salz <rs...@openssl.org>
Date:   Thu Jan 28 09:18:21 2016 -0500

    Fix typo in md2.h
    
    Reviewed-by: Matt Caswell <m...@openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 include/openssl/md2.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/openssl/md2.h b/include/openssl/md2.h
index 4104d0e..1dba7cf 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
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to