more constness.
[apps/madmutt.git] / crypt.c
diff --git a/crypt.c b/crypt.c
index eac7a85..54d60fe 100644 (file)
--- 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];