diff options
Diffstat (limited to 'g10/keygen.c')
-rw-r--r-- | g10/keygen.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/keygen.c b/g10/keygen.c index 2f1541d46..01ddb2e9b 100644 --- a/g10/keygen.c +++ b/g10/keygen.c @@ -448,6 +448,7 @@ set_one_pref (int val, int type, const char *item, byte *buf, int *nbuf) * "pref" (something like: "S10 S3 H3 H2 Z2 Z1") or the actual * cipher/hash/compress names. Use NULL to set the default * preferences. Returns: 0 = okay + * PERSONAL is either 0 or one PREFTYPE_* */ int keygen_set_std_prefs (const char *string,int personal) |