diff options
Diffstat (limited to 'cipher/pubkey.c')
-rw-r--r-- | cipher/pubkey.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cipher/pubkey.c b/cipher/pubkey.c index 5695e7523..81574dbd9 100644 --- a/cipher/pubkey.c +++ b/cipher/pubkey.c @@ -89,6 +89,8 @@ dummy_get_nbits( int algo, MPI *pkey ) /**************** * Put the static entries into the table. + * This is out constructor function which fill the table + * of algorithms with the one we have statically linked. */ static void setup_pubkey_table(void) |