Skip to content
Snippets Groups Projects
Commit 52b26ec5 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

SSL.https: Allow changing the port number.

parent e274bf7c
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,9 @@ ...@@ -6,7 +6,9 @@
//! Dummy HTTPS server/client //! Dummy HTTPS server/client
#ifndef PORT
#define PORT 25678 #define PORT 25678
#endif
#ifdef SSL3_DEBUG #ifdef SSL3_DEBUG
#define SSL3_DEBUG_MSG(X ...) werror(X) #define SSL3_DEBUG_MSG(X ...) werror(X)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment