Fix SSL destructor mistake

This commit is contained in:
Alex Hultman
2018-12-30 18:12:19 +01:00
parent ed7222e513
commit cd6ab69140
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ int main(int argc, char **argv) {
int hello;
};
uWS::/*SSL*/App({
uWS::SSLApp({
.key_file_name = "/home/alexhultman/key.pem",
.cert_file_name = "/home/alexhultman/cert.pem",
.passphrase = "1234"