[xml-security-c] 09/21: Remove superfluous extern keyword
Ferenc Wágner
wferi-guest at moszumanska.debian.org
Mon Jun 27 12:20:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
wferi-guest pushed a commit to branch patch-queue/warn-fixes
in repository xml-security-c.
commit de1a898a70539dc7c8bfe2ee25b6746f6b72fb91
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