diff options
author | Werner Koch <[email protected]> | 2017-02-16 13:07:27 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2017-02-16 13:07:27 +0000 |
commit | 04bfa6fe6597b8ffcec61cbcacdc7eb137444e80 (patch) | |
tree | 6d966f9e1e27416e0f560cc999825260f32f53cd /common/ksba-io-support.c | |
parent | dirmngr: Prepare certcache for forthcoming changes. (diff) | |
download | gnupg-04bfa6fe6597b8ffcec61cbcacdc7eb137444e80.tar.gz gnupg-04bfa6fe6597b8ffcec61cbcacdc7eb137444e80.zip |
sm,common: Move ksba reader and writer support to common/.
* sm/base64.c: Rename to ...
* common/ksba-io-support.c: this.
* common/ksba-io-support.h: New.
* common/Makefile.am (common_sources): Add new files.
* sm/Makefile.am (gpgsm_SOURCES): Remove base64.c
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | common/ksba-io-support.c (renamed from sm/base64.c) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sm/base64.c b/common/ksba-io-support.c index f3c7def2c..a47e47bf3 100644 --- a/sm/base64.c +++ b/common/ksba-io-support.c @@ -1,4 +1,4 @@ -/* base64.c +/* kska-io-support.c - Supporting functions for ksba reader and writer * Copyright (C) 2001, 2003, 2010 Free Software Foundation, Inc. * * This file is part of GnuPG. @@ -26,7 +26,7 @@ #include <time.h> #include <assert.h> -#include "gpgsm.h" +#include "../sm/gpgsm.h" #include <ksba.h> |