DKIM: dkim_verify_min_keysizes option
[users/heiko/exim.git] / src / src / expand.c
index 5ae74ef52c3555a92f437b260aa041d70eaf3d75..500b739166e9c3f83b1c647ee22433c8efa79289 100644 (file)
@@ -1172,8 +1172,8 @@ Returns:    NULL if the subfield was not found, or
             a pointer to the subfield's data
 */
 
-static uschar *
-expand_getkeyed(uschar * key, const uschar * s)
+uschar *
+expand_getkeyed(const uschar * key, const uschar * s)
 {
 int length = Ustrlen(key);
 Uskip_whitespace(&s);