diff options
author | lloyd <[email protected]> | 2006-08-17 21:37:40 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-08-17 21:37:40 +0000 |
commit | 779893630cecab2dd0788a4ab332e42b4a7937e8 (patch) | |
tree | 756ba2120d27b954e0c0efac7d712c3aa285bc5d /src/x509find.cpp | |
parent | 91b2889bad79c54866286796159c18a6a7788562 (diff) |
Remove whitespace
Diffstat (limited to 'src/x509find.cpp')
-rw-r--r-- | src/x509find.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
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<X509_Certificate> by_dns(const X509_Store& store, *************************************************/ std::vector<X509_Certificate> by_keyid(const X509_Store& store, u64bit key_id) { - class KeyID_Match : public X509_Store::Search_Func { public: @@ -130,7 +129,6 @@ std::vector<X509_Certificate> by_iands(const X509_Store& store, const X509_DN& issuer, const MemoryRegion<byte>& serial) { - class IandS_Match : public X509_Store::Search_Func { public: @@ -157,7 +155,6 @@ std::vector<X509_Certificate> by_iands(const X509_Store& store, std::vector<X509_Certificate> by_SKID(const X509_Store& store, const MemoryRegion<byte>& skid) { - class SKID_Match : public X509_Store::Search_Func { public: |