diff options
author | lloyd <[email protected]> | 2006-06-23 06:05:41 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-06-23 06:05:41 +0000 |
commit | e5ca797c1abc70c14344c3e5647a39f3a08f33db (patch) | |
tree | 90499669fd2e16d51dbaf2599df0a69b9d05d23e /include/pkcs10.h | |
parent | 0fe88012f8cc9512012335802f925f96b323c0e9 (diff) |
Use the Extensions class, remove PKCS10_Request::handle_v3_extension
Diffstat (limited to 'include/pkcs10.h')
-rw-r--r-- | include/pkcs10.h | 1 |
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; }; |