diff options
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r-- | src/include/microhttpd.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h index fc9df921..96f394ff 100644 --- a/src/include/microhttpd.h +++ b/src/include/microhttpd.h | |||
@@ -547,16 +547,6 @@ enum MHD_GNUTLS_CredentialsType | |||
547 | */ | 547 | */ |
548 | MHD_GNUTLS_CRD_CERTIFICATE = 1, | 548 | MHD_GNUTLS_CRD_CERTIFICATE = 1, |
549 | 549 | ||
550 | /** | ||
551 | * Use SRP (password-based authentication). | ||
552 | */ | ||
553 | MHD_GNUTLS_CRD_SRP, | ||
554 | |||
555 | /** | ||
556 | * Use PSK (pre-shared keys). | ||
557 | */ | ||
558 | MHD_GNUTLS_CRD_PSK, | ||
559 | |||
560 | }; | 550 | }; |
561 | 551 | ||
562 | /** | 552 | /** |