diff options
author | Werner Koch <[email protected]> | 2000-01-27 16:50:45 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2000-01-27 16:50:45 +0000 |
commit | baa30ad117e12c5182a78ede84c5103bea23616b (patch) | |
tree | f1d174362ee1855c5af77dcb917451e026c0a8d5 /util/strgutil.c | |
parent | See ChangeLog: Mon Jan 24 22:24:38 CET 2000 Werner Koch (diff) | |
download | gnupg-baa30ad117e12c5182a78ede84c5103bea23616b.tar.gz gnupg-baa30ad117e12c5182a78ede84c5103bea23616b.zip |
See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner Koch
Diffstat (limited to 'util/strgutil.c')
-rw-r--r-- | util/strgutil.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util/strgutil.c b/util/strgutil.c index 274f2cda8..ea3ddc29c 100644 --- a/util/strgutil.c +++ b/util/strgutil.c @@ -22,6 +22,7 @@ #include <stdlib.h> #include <string.h> #include <ctype.h> +#include <gcrypt.h> #include "types.h" #include "util.h" #include "memory.h" @@ -276,7 +277,7 @@ set_native_charset( const char *newset ) active_charset = ibm850_unicode; } else - return G10ERR_GENERAL; + return GPGERR_GENERAL; return 0; } |