diff options
Diffstat (limited to '')
-rw-r--r-- | cipher/g10c.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cipher/g10c.c b/cipher/g10c.c index c6f94022b..5bf0eb61f 100644 --- a/cipher/g10c.c +++ b/cipher/g10c.c @@ -27,6 +27,7 @@ #define _g10lib_INTERNAL 1 #include "g10lib.h" +const char *g10c_revision_string(int dummy) { return "$Revision$"; } MPI g10c_generate_secret_prime( unsigned nbits ) |