X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=crypt.c;h=54d60fe82eccea567c413d9c9dced6e39807e87e;hb=c25bc063f35aaad6938c2022dae7a283346c2769;hp=eac7a85d598113a142f90d3ab0a1e6d0eb276211;hpb=c8ceef3ed6424dcb5a6ec835e7d8d9cc00595372;p=apps%2Fmadmutt.git 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];