diff options
Diffstat (limited to 'ssh-sk.h')
-rw-r--r-- | ssh-sk.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh-sk.h,v 1.3 2019/11/12 19:30:50 markus Exp $ */ | 1 | /* $OpenBSD: ssh-sk.h,v 1.4 2019/11/12 19:31:18 markus Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2019 Google LLC | 3 | * Copyright (c) 2019 Google LLC |
4 | * | 4 | * |
@@ -39,7 +39,7 @@ int sshsk_enroll(const char *provider_path, const char *application, | |||
39 | struct sshbuf *attest); | 39 | struct sshbuf *attest); |
40 | 40 | ||
41 | /* | 41 | /* |
42 | * Calculate an ECDSA_SK signature using the specified key | 42 | * Calculate an ECDSA_SK or ED25519_SK signature using the specified key |
43 | * and provider middleware. | 43 | * and provider middleware. |
44 | * | 44 | * |
45 | * Returns 0 on success or a ssherr.h error code on failure. | 45 | * Returns 0 on success or a ssherr.h error code on failure. |