From 5bc9948f699b70c76dc0c7c406817d077b61317d Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 5 Dec 2008 16:31:39 +0000 Subject: Add a custom prompt for the CSR generation. Add a new percent escape fucntion. --- common/util.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common/util.h') diff --git a/common/util.h b/common/util.h index 29955a494..66569e27e 100644 --- a/common/util.h +++ b/common/util.h @@ -199,6 +199,9 @@ const char *hex2str (const char *hexstring, char *buffer, size_t bufsize, size_t *buflen); char *hex2str_alloc (const char *hexstring, size_t *r_count); +/*-- percent.c --*/ +char *percent_plus_escape (const char *string); + /*-- homedir.c --*/ const char *standard_homedir (void); -- cgit v1.2.3