diff options
author | Werner Koch <wk@gnupg.org> | 2004-02-10 20:27:54 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2004-02-10 20:27:54 +0100 |
commit | f0d63ef75d2f03d41260e2c6a9f277cbcd71987a (patch) | |
tree | 3f18ce280ff38cf44e78741850cfec9848506bdf /common/Makefile.am | |
parent | * minip12.c (parse_bag_encrypted_data): Finished implementation. (diff) | |
download | gnupg2-f0d63ef75d2f03d41260e2c6a9f277cbcd71987a.tar.xz gnupg2-f0d63ef75d2f03d41260e2c6a9f277cbcd71987a.zip |
New. Based on code from ../sm/base64.c.
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 640051be4..393e48435 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -34,6 +34,7 @@ libcommon_a_SOURCES = \ sysutils.c sysutils.h \ gettime.c \ yesno.c \ + b64enc.c \ miscellaneous.c \ xasprintf.c \ membuf.c membuf.h \ |