diff options
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> |