summaryrefslogtreecommitdiff
path: root/ACE/examples/IPC_SAP/SSL_SAP
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2022-09-12 08:32:34 +0200
committerGitHub <noreply@github.com>2022-09-12 08:32:34 +0200
commitfe03724176dcfd20e0f9a6e493198469242be6b6 (patch)
tree2245c24a6c4ef9c7d4010d1b61827850592777a3 /ACE/examples/IPC_SAP/SSL_SAP
parent41a1f3bc12f780cc087c936ab53d1074f363b630 (diff)
parent00b403be7df0442405bd5e3dcc07beaa6730ddd2 (diff)
downloadATCD-fe03724176dcfd20e0f9a6e493198469242be6b6.tar.gz
Merge pull request #1922 from knutpett/knutpett/whitespace
Remove whitespace
Diffstat (limited to 'ACE/examples/IPC_SAP/SSL_SAP')
-rw-r--r--ACE/examples/IPC_SAP/SSL_SAP/SSL-client-simple.h1
-rw-r--r--ACE/examples/IPC_SAP/SSL_SAP/SSL-server-fancy.cpp5
2 files changed, 0 insertions, 6 deletions
diff --git a/ACE/examples/IPC_SAP/SSL_SAP/SSL-client-simple.h b/ACE/examples/IPC_SAP/SSL_SAP/SSL-client-simple.h
index 5284aaa8957..96f3179ee2c 100644
--- a/ACE/examples/IPC_SAP/SSL_SAP/SSL-client-simple.h
+++ b/ACE/examples/IPC_SAP/SSL_SAP/SSL-client-simple.h
@@ -90,7 +90,6 @@ private:
char oneway_;
// Are we running oneway or twoway?
-
};
#endif /* ACE_SSL_CLIENT_SIMPLE_H */
diff --git a/ACE/examples/IPC_SAP/SSL_SAP/SSL-server-fancy.cpp b/ACE/examples/IPC_SAP/SSL_SAP/SSL-server-fancy.cpp
index 2601dc12389..1e1a552154d 100644
--- a/ACE/examples/IPC_SAP/SSL_SAP/SSL-server-fancy.cpp
+++ b/ACE/examples/IPC_SAP/SSL_SAP/SSL-server-fancy.cpp
@@ -73,7 +73,6 @@ public:
//FUZZ: enable check_for_lack_ACE_OS
protected:
-
Handler (ACE_SSL_SOCK_Stream *ssl_stream);
// Constructor.
@@ -111,15 +110,12 @@ class Twoway_Handler : public Handler
// = TITLE
// Performs the twoway protocol.
public:
-
Twoway_Handler (ACE_SSL_SOCK_Stream *ssl_stream);
// Constructor.
private:
-
virtual int run (void);
// Template Method hook called by <svc>.
-
};
class Oneway_Handler : public Handler
@@ -590,7 +586,6 @@ Handler_Factory::handle_events (void)
int
ACE_TMAIN (int argc, ACE_TCHAR *argv[])
{
-
ACE_SSL_Context *context = ACE_SSL_Context::instance ();
context->certificate ("./dummy.pem", SSL_FILETYPE_PEM);