From 779893630cecab2dd0788a4ab332e42b4a7937e8 Mon Sep 17 00:00:00 2001 From: lloyd Date: Thu, 17 Aug 2006 21:37:40 +0000 Subject: Remove whitespace --- src/x509find.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/x509find.cpp') diff --git a/src/x509find.cpp b/src/x509find.cpp index 792da386d..7a9d370a1 100644 --- a/src/x509find.cpp +++ b/src/x509find.cpp @@ -105,7 +105,6 @@ std::vector by_dns(const X509_Store& store, *************************************************/ std::vector by_keyid(const X509_Store& store, u64bit key_id) { - class KeyID_Match : public X509_Store::Search_Func { public: @@ -130,7 +129,6 @@ std::vector by_iands(const X509_Store& store, const X509_DN& issuer, const MemoryRegion& serial) { - class IandS_Match : public X509_Store::Search_Func { public: @@ -157,7 +155,6 @@ std::vector by_iands(const X509_Store& store, std::vector by_SKID(const X509_Store& store, const MemoryRegion& skid) { - class SKID_Match : public X509_Store::Search_Func { public: -- cgit v1.2.3