mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
See ChangeLog: Wed Oct 4 13:16:18 CEST 2000 Werner Koch
This commit is contained in:
parent
986d928ce2
commit
9c20f65cbe
29 changed files with 629 additions and 335 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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue