=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/rmd160.h,v retrieving revision 1.16 retrieving revision 1.17 diff -c -r1.16 -r1.17 *** src/include/rmd160.h 2004/06/22 01:57:30 1.16 --- src/include/rmd160.h 2012/12/05 23:19:57 1.17 *************** *** 1,4 **** ! /* $OpenBSD: rmd160.h,v 1.16 2004/06/22 01:57:30 jfb Exp $ */ /* * Copyright (c) 2001 Markus Friedl. All rights reserved. * --- 1,4 ---- ! /* $OpenBSD: rmd160.h,v 1.17 2012/12/05 23:19:57 deraadt Exp $ */ /* * Copyright (c) 2001 Markus Friedl. All rights reserved. * *************** *** 35,42 **** u_int64_t count; /* number of bits, mod 2^64 */ u_int8_t buffer[RMD160_BLOCK_LENGTH]; /* input buffer */ } RMD160_CTX; - - #include __BEGIN_DECLS void RMD160Init(RMD160_CTX *); --- 35,40 ----