[SM-Commit] GIT changes to master grimoire by Eric Sandall (b23eeb31d6fc70df9cd2d1fbe7cdd56d562e85a1)
Eric Sandall
scm at sourcemage.org
Tue Mar 30 22:41:20 EDT 2010
GIT changes to master grimoire by Eric Sandall <sandalle at sourcemage.org>:
crypto/openssl/DETAILS | 2 +-
crypto/openssl/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
New commits:
commit b23eeb31d6fc70df9cd2d1fbe7cdd56d562e85a1
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>
openssl: Fix GPGME -> OPENSSL for branch variable
diff --git a/crypto/openssl/DETAILS b/crypto/openssl/DETAILS
index c0dd0ed..1f23c89 100755
--- a/crypto/openssl/DETAILS
+++ b/crypto/openssl/DETAILS
@@ -1,6 +1,6 @@
SPELL=openssl
-if [[ -z "$OPENSSL_BRANCH" ]] || [[ $GPGME_BRANCH == DEFAULT ]]; then
+if [[ -z "$OPENSSL_BRANCH" ]] || [[ $OPENSSL_BRANCH == DEFAULT ]]; then
OPENSSL_BRANCH="0.9"
fi
diff --git a/crypto/openssl/HISTORY b/crypto/openssl/HISTORY
index 4208da7..d176a1c 100644
--- a/crypto/openssl/HISTORY
+++ b/crypto/openssl/HISTORY
@@ -1,3 +1,6 @@
+2010-03-30 Eric Sandall <sandalle at sourcemage.org>
+ * DETAILS: Fix GPGME -> OPENSSL for branch variable
+
2010-03-29 Ladislav Hagara <hgr at vabo.cz>
* DETAILS, PREPARE: added support for 1.0.0, default is 0.9.8n
More information about the SM-Commit
mailing list