Just a backup for now
authorWerner Koch <wk@gnupg.org>
Tue, 7 Nov 2000 13:32:38 +0000 (13:32 +0000)
committerWerner Koch <wk@gnupg.org>
Tue, 7 Nov 2000 13:32:38 +0000 (13:32 +0000)
commitcd8ac507e14853e3c6258665688c4aafd7441fcb
tree0f76ba6819340e5fb41c8b229c3c38bbfa9e857c
parent4c4444383c6c8e1aa8286d9448b89d5e498d89c6
Just a backup for now
21 files changed:
trunk/Makefile.am
trunk/configure.in
trunk/gpgme/Makefile.am
trunk/gpgme/context.h [new file with mode: 0644]
trunk/gpgme/data.c [new file with mode: 0644]
trunk/gpgme/encrypt.c [new file with mode: 0644]
trunk/gpgme/gpgme.c
trunk/gpgme/gpgme.h
trunk/gpgme/mkerrors [new file with mode: 0755]
trunk/gpgme/mkstatus [new file with mode: 0755]
trunk/gpgme/ops.h [new file with mode: 0644]
trunk/gpgme/recipient.c [new file with mode: 0644]
trunk/gpgme/rungpg.c [new file with mode: 0644]
trunk/gpgme/rungpg.h [new file with mode: 0644]
trunk/gpgme/types.h [new file with mode: 0644]
trunk/gpgme/util.c [new file with mode: 0644]
trunk/gpgme/util.h [new file with mode: 0644]
trunk/gpgme/wait.c [new file with mode: 0644]
trunk/gpgme/wait.h [new file with mode: 0644]
trunk/tests/Makefile.am [new file with mode: 0644]
trunk/tests/t-encrypt.c [new file with mode: 0644]