diff options
author | Werner Koch <wk@gnupg.org> | 2007-08-27 20:10:27 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2007-08-27 20:10:27 +0200 |
commit | 15d0cb42a19cc88448993d4aa7a9ca207ccc1598 (patch) | |
tree | 8625d9d35542e43d659b58c378e6c968b73bbbeb /jnlib/stringhelp.c | |
parent | tryu harder to ignore duplicate specified keyrings and -boxes. (diff) | |
download | gnupg2-15d0cb42a19cc88448993d4aa7a9ca207ccc1598.tar.xz gnupg2-15d0cb42a19cc88448993d4aa7a9ca207ccc1598.zip |
Implemented more gpg-agen options to support certain passphrase policies.
New tool gpg-check-pattern.
Diffstat (limited to 'jnlib/stringhelp.c')
-rw-r--r-- | jnlib/stringhelp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jnlib/stringhelp.c b/jnlib/stringhelp.c index e7fd0ce45..2f5204341 100644 --- a/jnlib/stringhelp.c +++ b/jnlib/stringhelp.c @@ -339,7 +339,7 @@ make_filename( const char *first_part, ... ) /* Compare whether the filenames are identical. This is a - specialversion of strcmp() taking the semantics of filenames in + special version of strcmp() taking the semantics of filenames in account. Note that this function works only on the supplied names without considereing any context like the current directory. See also same_file_p(). */ |