Add a passphrase callback and minor changes to the interface
authorWerner Koch <wk@gnupg.org>
Tue, 12 Dec 2000 13:31:25 +0000 (13:31 +0000)
committerWerner Koch <wk@gnupg.org>
Tue, 12 Dec 2000 13:31:25 +0000 (13:31 +0000)
commit100a50729f998ac938144010663fbc35ad5268d1
treeac67660ac614de0ba05bf8ed12cbfff250dd65e0
parent792a0e3a46e1a9559ccbbd8b6999f6ec914e830d
Add a passphrase callback and minor changes to the interface
34 files changed:
trunk/README
trunk/complus/Makefile.am
trunk/complus/WINE-AUTHORS [new file with mode: 0644]
trunk/complus/WINE-LICENSE [new file with mode: 0644]
trunk/complus/basetsd.h [new file with mode: 0644]
trunk/complus/example.c [new file with mode: 0644]
trunk/complus/guiddef.h [new file with mode: 0644]
trunk/complus/ignupg.c [new file with mode: 0644]
trunk/complus/ignupg.h [new file with mode: 0644]
trunk/complus/main.c
trunk/complus/main.h
trunk/complus/obj_base.h [new file with mode: 0644]
trunk/complus/wtypes.h [new file with mode: 0644]
trunk/configure.in
trunk/gpgme/Makefile.am
trunk/gpgme/context.h
trunk/gpgme/data.c
trunk/gpgme/decrypt.c
trunk/gpgme/gpgme.c
trunk/gpgme/gpgme.h
trunk/gpgme/io.h
trunk/gpgme/ops.h
trunk/gpgme/posix-io.c
trunk/gpgme/rungpg.c
trunk/gpgme/rungpg.h
trunk/gpgme/sign.c
trunk/gpgme/status-table.h
trunk/gpgme/verify.c
trunk/gpgme/w32-io.c
trunk/gpgme/wait.c
trunk/tests/Makefile.am
trunk/tests/t-decrypt.c
trunk/tests/t-sign.c
trunk/tests/t-verify.c