[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Thu Jan 28 14:18:44 UTC 2016


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


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

    Fix typo in md2.h
    
    Reviewed-by: Matt Caswell <matt at 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


More information about the openssl-commits mailing list