diff options
Diffstat (limited to 'src/libcharon/sa/authenticator.h')
-rw-r--r-- | src/libcharon/sa/authenticator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcharon/sa/authenticator.h b/src/libcharon/sa/authenticator.h index aefb94294..97c042e71 100644 --- a/src/libcharon/sa/authenticator.h +++ b/src/libcharon/sa/authenticator.h @@ -85,9 +85,9 @@ enum auth_method_t { AUTH_NULL = 13, /** - * BLISS Authentication Method + * Digital Signature as specified in RFC 7427 */ - AUTH_BLISS = 220, + AUTH_DS = 14, /** * IKEv1 initiator XAUTH with PSK, outside of IANA range |