openssl now working under linux
This commit is contained in:
16
luprex/core/cpp/dummycert.hpp
Normal file
16
luprex/core/cpp/dummycert.hpp
Normal file
@@ -0,0 +1,16 @@
|
||||
// The Dummy Certificate
|
||||
//
|
||||
// This contains a fake certificate which can be used for
|
||||
// SSL transactions, when security is not important.
|
||||
// Generally, that's only the case during debugging.
|
||||
//
|
||||
|
||||
#ifndef DUMMYCERT_HPP
|
||||
#define DUMMYCERT_HPP
|
||||
|
||||
namespace dummycert {
|
||||
extern const char *certificate;
|
||||
extern const char *privatekey;
|
||||
}
|
||||
|
||||
#endif // DUMMYCERT_HPP
|
||||
Reference in New Issue
Block a user