You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by sc...@apache.org on 2017/09/04 18:10:31 UTC

svn commit: r1807269 - /santuario/xml-security-cpp/trunk/xsec/enc/XSECCryptoException.cpp

Author: scantor
Date: Mon Sep  4 18:10:31 2017
New Revision: 1807269

URL: http://svn.apache.org/viewvc?rev=1807269&view=rev
Log:
Remove extern keyword.

Modified:
    santuario/xml-security-cpp/trunk/xsec/enc/XSECCryptoException.cpp

Modified: santuario/xml-security-cpp/trunk/xsec/enc/XSECCryptoException.cpp
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/xsec/enc/XSECCryptoException.cpp?rev=1807269&r1=1807268&r2=1807269&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/xsec/enc/XSECCryptoException.cpp (original)
+++ santuario/xml-security-cpp/trunk/xsec/enc/XSECCryptoException.cpp Mon Sep  4 18:10:31 2017
@@ -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",