Skip to content

Commit

Permalink
Fix windows compile error
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday committed Oct 26, 2023
1 parent 20a7da0 commit 629aaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/security/securesocket/securesocket.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ SECURESOCKET_API ISecureSocketContext* createSecureSocketContextSecretSrv(const
SECURESOCKET_API ISecureSocketContext* createSecureSocketContextSSF(ISmartSocketFactory* ssf);

//Helper function to aid migration to the functions above. This should eventually be removed.
IPropertyTree * createSecureSocketConfig(const char* certFileOrBuf, const char* privKeyFileOrBuf, const char* passphrase);
SECURESOCKET_API IPropertyTree * createSecureSocketConfig(const char* certFileOrBuf, const char* privKeyFileOrBuf, const char* passphrase);

//Legacy factory methods - should be phased out.
SECURESOCKET_API ISecureSocketContext* createSecureSocketContext(SecureSocketType);
Expand Down

0 comments on commit 629aaa9

Please sign in to comment.