X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccrypt%2Fmd5_internal.h;h=c48e8d2ba0c1b8fa8a3967264e1fadfd2732cb7c;hb=72cfa31520ebc0058763a30e21c13f6e9a964aa0;hp=ef1bddb66200b57bd27edecbb546e2b4961edc23;hpb=2be0be2432fff760084c4093291e79f1fa6262d8;p=silc.git diff --git a/lib/silccrypt/md5_internal.h b/lib/silccrypt/md5_internal.h index ef1bddb6..c48e8d2b 100644 --- a/lib/silccrypt/md5_internal.h +++ b/lib/silccrypt/md5_internal.h @@ -3,8 +3,6 @@ #ifndef MD5_INTERNAL_H #define MD5_INTERNAL_H -typedef unsigned long uint32; - struct MD5Context { uint32 buf[4]; uint32 bits[2];