X-Git-Url: https://git.hcoop.net/hcoop/debian/courier-authlib.git/blobdiff_plain/4e60b389634568bcf4cc5009fa37bba3eb381482..940be80e3e40dbbbd84161e1e5ae3abf0b2eadf6:/libhmac/hmac.h diff --git a/libhmac/hmac.h b/libhmac/hmac.h index b2bcda1..25f1b6e 100644 --- a/libhmac/hmac.h +++ b/libhmac/hmac.h @@ -12,7 +12,7 @@ extern "C" { #endif -static const char hmac_h_rcsid[]="$Id: hmac.h,v 1.6 2005/02/21 03:18:30 mrsam Exp $"; +static const char hmac_h_rcsid[]="$Id: hmac.h,v 1.7 2009/06/27 17:12:00 mrsam Exp $"; struct hmac_hashinfo { /* HMAC hash function descriptor */ @@ -85,7 +85,7 @@ void hmac_hashtext ( unsigned char *); /* Output - the hash */ #ifdef __cplusplus -} ; +} #endif #endif