diff options
Diffstat (limited to 'src/microhttpd/connection_https.h')
-rw-r--r-- | src/microhttpd/connection_https.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/connection_https.h b/src/microhttpd/connection_https.h index 23ae685b..6bb218b6 100644 --- a/src/microhttpd/connection_https.h +++ b/src/microhttpd/connection_https.h | |||
@@ -28,7 +28,7 @@ | |||
28 | 28 | ||
29 | #include "internal.h" | 29 | #include "internal.h" |
30 | 30 | ||
31 | #if HTTPS_SUPPORT | 31 | #ifdef HTTPS_SUPPORT |
32 | /** | 32 | /** |
33 | * Set connection callback function to be used through out | 33 | * Set connection callback function to be used through out |
34 | * the processing of this secure connection. | 34 | * the processing of this secure connection. |