From 52745c788ebc20e39c35a735a6355f77476a6644 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Tue, 24 Aug 2010 00:01:05 +0100 Subject: unconstify key argument to blacklisted_key_in_file and blacklisted_key --- authfile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'authfile.h') diff --git a/authfile.h b/authfile.h index 094b855bd..e66d1f573 100644 --- a/authfile.h +++ b/authfile.h @@ -26,6 +26,6 @@ Key *key_load_private_pem(int, int, const char *, char **); int key_perm_ok(int, const char *); int key_in_file(Key *, const char *, int); -int blacklisted_key(const Key *key, char **fp); +int blacklisted_key(Key *key, char **fp); #endif -- cgit v1.2.3