diff options
author | Werner Koch <[email protected]> | 2000-10-04 11:16:19 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2000-10-04 11:16:19 +0000 |
commit | 9c20f65cbe9d3d806b02f0f90a2051a20f3857db (patch) | |
tree | 6c784f870b191b2a1b3f16f86cff3a5af59ff2f6 /g10/gpg.c | |
parent | See ChangeLog: Mon Sep 18 16:35:45 CEST 2000 Werner Koch (diff) | |
download | gnupg-9c20f65cbe9d3d806b02f0f90a2051a20f3857db.tar.gz gnupg-9c20f65cbe9d3d806b02f0f90a2051a20f3857db.zip |
See ChangeLog: Wed Oct 4 13:16:18 CEST 2000 Werner Koch
Diffstat (limited to 'g10/gpg.c')
-rw-r--r-- | g10/gpg.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -509,6 +509,10 @@ static void register_extension( const char *mainpgm, const char *fname ) { #warning fixme add register cipher extension + /* Before we do so, we should design a beter API for this. + * I am currently thinking about using S-Exp to pass everything we + * need from the module to gcrypt. I hope we are not going to + * implement my-own-lisp-library-no-17000 */ #if 0 if( *fname != '/' ) { /* do tilde expansion etc */ char *tmp; |