[xmlsec] remove unused declarations (Mak Kolybabi)



commit 9dd9f3572dd34d8292eba9599cc70caa95e2f255
Author: Aleksey Sanin <aleksey aleksey com>
Date:   Sun Mar 24 14:13:44 2013 -0700

    remove unused declarations (Mak Kolybabi)

 src/openssl/evp.c |   22 ----------------------
 1 files changed, 0 insertions(+), 22 deletions(-)
---
diff --git a/src/openssl/evp.c b/src/openssl/evp.c
index 54218a4..9cb52dc 100644
--- a/src/openssl/evp.c
+++ b/src/openssl/evp.c
@@ -1028,17 +1028,6 @@ static int              xmlSecOpenSSLKeyDataEcdsaInitialize(xmlSecKeyDataPtr dat
 static int              xmlSecOpenSSLKeyDataEcdsaDuplicate(xmlSecKeyDataPtr dst,
                                                            xmlSecKeyDataPtr src);
 static void             xmlSecOpenSSLKeyDataEcdsaFinalize(xmlSecKeyDataPtr data);
-static int              xmlSecOpenSSLKeyDataEcdsaXmlRead(xmlSecKeyDataId id,
-                                                         xmlSecKeyPtr key,
-                                                         xmlNodePtr node,
-                                                         xmlSecKeyInfoCtxPtr keyInfoCtx);
-static int              xmlSecOpenSSLKeyDataEcdsaXmlWrite(xmlSecKeyDataId id,
-                                                          xmlSecKeyPtr key,
-                                                          xmlNodePtr node,
-                                                          xmlSecKeyInfoCtxPtr keyInfoCtx);
-static int              xmlSecOpenSSLKeyDataEcdsaGenerate(xmlSecKeyDataPtr data,
-                                                          xmlSecSize sizeBits,
-                                                          xmlSecKeyDataType type);
 
 static xmlSecKeyDataType xmlSecOpenSSLKeyDataEcdsaGetType(xmlSecKeyDataPtr data);
 static xmlSecSize        xmlSecOpenSSLKeyDataEcdsaGetSize(xmlSecKeyDataPtr data);
@@ -1869,17 +1858,6 @@ static int              xmlSecOpenSSLKeyDataGost2001Initialize(xmlSecKeyDataPtr
 static int              xmlSecOpenSSLKeyDataGost2001Duplicate(xmlSecKeyDataPtr dst,
                                                          xmlSecKeyDataPtr src);
 static void             xmlSecOpenSSLKeyDataGost2001Finalize(xmlSecKeyDataPtr data);
-static int              xmlSecOpenSSLKeyDataGost2001XmlRead    (xmlSecKeyDataId id,
-                                                         xmlSecKeyPtr key,
-                                                         xmlNodePtr node,
-                                                         xmlSecKeyInfoCtxPtr keyInfoCtx);
-static int              xmlSecOpenSSLKeyDataGost2001XmlWrite(xmlSecKeyDataId id,
-                                                         xmlSecKeyPtr key,
-                                                         xmlNodePtr node,
-                                                         xmlSecKeyInfoCtxPtr keyInfoCtx);
-static int              xmlSecOpenSSLKeyDataGost2001Generate(xmlSecKeyDataPtr data,
-                                                         xmlSecSize sizeBits,
-                                                         xmlSecKeyDataType type);
 
 static xmlSecKeyDataType xmlSecOpenSSLKeyDataGost2001GetType(xmlSecKeyDataPtr data);
 static xmlSecSize        xmlSecOpenSSLKeyDataGost2001GetSize(xmlSecKeyDataPtr data);


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