X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=crypt.c;h=54d60fe82eccea567c413d9c9dced6e39807e87e;hp=eac7a85d598113a142f90d3ab0a1e6d0eb276211;hb=4eaac5c4a87b84ea9ec0668b4e088ac27e2d1106;hpb=c8ceef3ed6424dcb5a6ec835e7d8d9cc00595372 diff --git a/crypt.c b/crypt.c index eac7a85..54d60fe 100644 --- a/crypt.c +++ b/crypt.c @@ -51,7 +51,7 @@ /* print the current time to avoid spoofing of the signature output */ -void crypt_current_time (STATE * s, char *app_name) +void crypt_current_time (STATE * s, const char *app_name) { time_t t; char p[STRING], tmp[STRING];