cSslContext has virtual destructor now.
This commit is contained in:
parent
3e854bc596
commit
9221b45898
@ -40,7 +40,7 @@ public:
|
||||
/** Creates a new uninitialized context */
|
||||
cSslContext(void);
|
||||
|
||||
~cSslContext();
|
||||
virtual ~cSslContext();
|
||||
|
||||
/** Initializes the context for use as a server or client.
|
||||
Returns 0 on success, PolarSSL error on failure. */
|
||||
|
Loading…
Reference in New Issue
Block a user