=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/sha1.h,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- src/include/sha1.h 2004/06/22 01:57:30 1.23 +++ src/include/sha1.h 2012/12/05 23:19:57 1.24 @@ -1,4 +1,4 @@ -/* $OpenBSD: sha1.h,v 1.23 2004/06/22 01:57:30 jfb Exp $ */ +/* $OpenBSD: sha1.h,v 1.24 2012/12/05 23:19:57 deraadt Exp $ */ /* * SHA-1 in C @@ -18,8 +18,6 @@ u_int64_t count; u_int8_t buffer[SHA1_BLOCK_LENGTH]; } SHA1_CTX; - -#include __BEGIN_DECLS void SHA1Init(SHA1_CTX *);