From 0e5a31d7be80d1dd1bcdff04dad226f0f49e0cce Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 13 May 1998 17:53:36 +0000 Subject: can create v4 signatures --- include/errors.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/errors.h') diff --git a/include/errors.h b/include/errors.h index 7f60b8715..dc7486598 100644 --- a/include/errors.h +++ b/include/errors.h @@ -62,4 +62,9 @@ #define G10ERR_TIME_CONFLICT 40 #define G10ERR_WR_PUBKEY_ALGO 41 /* unusabe pubkey algo */ + +#ifndef HAVE_STRERROR +char *strerror( int n ); +#endif + #endif /*G10_ERRORS_H*/ -- cgit v1.2.3