diff options
Diffstat (limited to '')
-rw-r--r-- | g10/photoid.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/photoid.c b/g10/photoid.c index 80a60635d..8aa4ad491 100644 --- a/g10/photoid.c +++ b/g10/photoid.c @@ -42,7 +42,8 @@ #include "ttyio.h" #include "trustdb.h" -/* Generate a new photo id packet, or return NULL if canceled */ +/* Generate a new photo id packet, or return NULL if canceled. + FIXME: Should we add a duplicates check similar to generate_user_id? */ PKT_user_id * generate_photo_id(PKT_public_key *pk,const char *photo_name) { |