From 986a137c58cae8dc7210ccf51cdea38ec6e8828f Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 28 Jul 2005 18:59:36 +0000 Subject: Implemented PKA trust model --- include/util.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/util.h') diff --git a/include/util.h b/include/util.h index 31e18879d..77b2b66f2 100644 --- a/include/util.h +++ b/include/util.h @@ -253,6 +253,10 @@ int vasprintf (char **result, const char *format, va_list args); int asprintf (char **buf, const char *fmt, ...); #endif /*_WIN32*/ +/*-- pka.c --*/ +char *get_pka_info (const char *address, unsigned char *fpr); + + /**** other missing stuff ****/ #ifndef HAVE_ATEXIT /* For SunOS */ -- cgit v1.2.3