aboutsummaryrefslogtreecommitdiffstats
path: root/include/pkcs10.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-06-23 06:05:41 +0000
committerlloyd <[email protected]>2006-06-23 06:05:41 +0000
commite5ca797c1abc70c14344c3e5647a39f3a08f33db (patch)
tree90499669fd2e16d51dbaf2599df0a69b9d05d23e /include/pkcs10.h
parent0fe88012f8cc9512012335802f925f96b323c0e9 (diff)
Use the Extensions class, remove PKCS10_Request::handle_v3_extension
Diffstat (limited to 'include/pkcs10.h')
-rw-r--r--include/pkcs10.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/pkcs10.h b/include/pkcs10.h
index c37040068..b7f63b9fb 100644
--- a/include/pkcs10.h
+++ b/include/pkcs10.h
@@ -37,7 +37,6 @@ class PKCS10_Request : public X509_Object
private:
void force_decode();
void handle_attribute(const Attribute&);
- void handle_v3_extension(const Extension&);
Data_Store info;
};