[xml-security-c] 08/23: Remove superfluous extern keyword
Ferenc Wágner
wferi-guest at moszumanska.debian.org
Thu Jul 21 20:15:41 UTC 2016
This is an automated email from the git hooks/post-receive script.
wferi-guest pushed a commit to branch patch-queue/master
in repository xml-security-c.
commit a02672f8627ee7154e471fbcf7d7babeacf3b040
Author: Ferenc Wágner <wferi at niif.hu>
Date: Sat Jan 30 23:29:18 2016 +0100
Remove superfluous extern keyword
---
xsec/enc/XSECCryptoException.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xsec/enc/XSECCryptoException.cpp b/xsec/enc/XSECCryptoException.cpp
index cbe0bf4..1b68d8b 100644
--- a/xsec/enc/XSECCryptoException.cpp
+++ b/xsec/enc/XSECCryptoException.cpp
@@ -33,7 +33,7 @@
#include <stdlib.h>
#include <string.h>
-extern const char * XSECCryptoExceptionStrings[] = {
+const char * XSECCryptoExceptionStrings[] = {
"No Error",
"General error occurred somewhere in cryptographic routines",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/xml-security-c.git
More information about the Pkg-shibboleth-devel
mailing list