[xmlsec] fix whitespaces



commit f3b582cd65548a824e0dc3e5c47efb90fc1ef390
Author: Aleksey Sanin <aleksey aleksey com>
Date:   Tue Apr 20 16:52:17 2010 -0700

    fix whitespaces

 ChangeLog                |    2 +-
 src/openssl/signatures.c |    2 +-
 src/openssl/x509vfy.c    |    6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index fbdcacf..42f42d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,7 +9,7 @@
 	* Add references to licenses
 
 2010-03-18  Aleksey Sanin  <aleksey aleksey com>
-	* Ensure we have only one copy of key's cert after reading pkcs12 
+	* Ensure we have only one copy of key's cert after reading pkcs12
 	from openssl
 
 2010-01-13  Aleksey Sanin  <aleksey aleksey com>
diff --git a/src/openssl/signatures.c b/src/openssl/signatures.c
index 7032fc4..6879658 100644
--- a/src/openssl/signatures.c
+++ b/src/openssl/signatures.c
@@ -655,7 +655,7 @@ xmlSecOpenSSLDsaSha1EvpSign(int type ATTRIBUTE_UNUSED,
 static int 
 xmlSecOpenSSLDsaSha1EvpVerify(int type ATTRIBUTE_UNUSED, 
 			const unsigned char *dgst, unsigned int dgst_len,
-			const unsigned char *sigbuf, unsigned int siglen, 
+			const unsigned char *sigbuf, unsigned int siglen,
 			void *dsa) {
     DSA_SIG *s;    
     int ret = -1;
diff --git a/src/openssl/x509vfy.c b/src/openssl/x509vfy.c
index d226dd8..7b7f9a5 100644
--- a/src/openssl/x509vfy.c
+++ b/src/openssl/x509vfy.c
@@ -1,4 +1,4 @@
-/** 
+/**
  * XMLSec library
  *
  * X509 support
@@ -107,9 +107,9 @@ static int 		xmlSecOpenSSLX509NameStringRead			(xmlSecByte **str,
 									 int ingoreTrailingSpaces);
 static int		xmlSecOpenSSLX509NamesCompare			(X509_NAME *a,
 									 X509_NAME *b);
-static int 		xmlSecOpenSSLX509_NAME_cmp			(const X509_NAME * a, 
+static int 		xmlSecOpenSSLX509_NAME_cmp			(const X509_NAME * a,
 									 const X509_NAME * b);
-static int 		xmlSecOpenSSLX509_NAME_ENTRY_cmp		(const X509_NAME_ENTRY * const *a, 
+static int 		xmlSecOpenSSLX509_NAME_ENTRY_cmp		(const X509_NAME_ENTRY * const *a,
 									 const X509_NAME_ENTRY * const *b);
 
 /** 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]