[xmlsec] fix a couple minor issues (based on patch from Arfrever Frehtes Taifersar Arahesis)
- From: Aleksey Sanin <aleksey src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [xmlsec] fix a couple minor issues (based on patch from Arfrever Frehtes Taifersar Arahesis)
- Date: Wed, 29 Jul 2009 17:10:35 +0000 (UTC)
commit 0731993c93dd603970d1220b7e78dcb51574e3c6
Author: Aleksey Sanin <aleksey aleksey com>
Date: Wed Jul 29 10:10:23 2009 -0700
fix a couple minor issues (based on patch from Arfrever Frehtes Taifersar Arahesis)
ChangeLog | 4 ++++
configure.in | 4 ++--
src/openssl/hmac.c | 1 +
3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 10976f3..3f5a0d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-07-29 Aleksey Sanin <aleksey aleksey com>
+ * fix a couple minor issues (based on patch from Arfrever
+ Frehtes Taifersar Arahesis)
+
2009-07-17 Aleksey Sanin <aleksey aleksey com>
* preparation for 1.2.13 release
diff --git a/configure.in b/configure.in
index 433e205..e0bcfd8 100644
--- a/configure.in
+++ b/configure.in
@@ -165,7 +165,7 @@ m4_pattern_allow([PKG_CONFIG_ENABLED])
dnl ==========================================================================
dnl Check if pkg-config enabled and installed
dnl ==========================================================================
-AC_ARG_ENABLE(sha1, [ --enable-pkgconfig enable pkgconfig for configuration (yes)])
+AC_ARG_ENABLE(pkgconfig, [ --enable-pkgconfig enable pkgconfig for configuration (yes)])
if test "z$enable_pkgconfig" = "zno" ; then
PKG_CONFIG_ENABLED=no
else
@@ -1275,7 +1275,7 @@ dnl ==========================================================================
dnl See do we need templates tests
dnl ==========================================================================
AC_MSG_CHECKING(for templates testing)
-AC_ARG_ENABLE(skm, [ --enable-tmpl-tests enable templates testing in xmlsec utility (yes)])
+AC_ARG_ENABLE(tmpl_tests, [ --enable-tmpl-tests enable templates testing in xmlsec utility (yes)])
if test "z$enable_tmpl_tests" = "zyes" ; then
XMLSEC_DEFINES="$XMLSEC_DEFINES -DXMLSEC_NO_TMPL_TEST=1"
AC_MSG_RESULT(no)
diff --git a/src/openssl/hmac.c b/src/openssl/hmac.c
index da5df49..3e48880 100644
--- a/src/openssl/hmac.c
+++ b/src/openssl/hmac.c
@@ -26,6 +26,7 @@
#include <xmlsec/xmlsec.h>
#include <xmlsec/xmltree.h>
+#include <xmlsec/base64.h>
#include <xmlsec/keys.h>
#include <xmlsec/transforms.h>
#include <xmlsec/errors.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]