diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libssl/ssl_sigalgs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_sigalgs.h b/src/lib/libssl/ssl_sigalgs.h index 0bc7322e17..d05f66f7ba 100644 --- a/src/lib/libssl/ssl_sigalgs.h +++ b/src/lib/libssl/ssl_sigalgs.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ssl_sigalgs.h,v 1.11 2019/01/23 18:39:28 beck Exp $ */ | 1 | /* $OpenBSD: ssl_sigalgs.h,v 1.12 2019/01/23 23:47:13 beck Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2018, Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2018, Bob Beck <beck@openbsd.org> |
| 4 | * | 4 | * |
| @@ -33,7 +33,7 @@ __BEGIN_HIDDEN_DECLS | |||
| 33 | #define SIGALG_ECDSA_SECP224R1_SHA224 0x0303 | 33 | #define SIGALG_ECDSA_SECP224R1_SHA224 0x0303 |
| 34 | #define SIGALG_ECDSA_SECP256R1_SHA256 0x0403 | 34 | #define SIGALG_ECDSA_SECP256R1_SHA256 0x0403 |
| 35 | #define SIGALG_ECDSA_SECP384R1_SHA384 0x0503 | 35 | #define SIGALG_ECDSA_SECP384R1_SHA384 0x0503 |
| 36 | #define SIGALG_ECDSA_SECP512R1_SHA512 0x0603 | 36 | #define SIGALG_ECDSA_SECP521R1_SHA512 0x0603 |
| 37 | #define SIGALG_RSA_PSS_RSAE_SHA256 0x0804 | 37 | #define SIGALG_RSA_PSS_RSAE_SHA256 0x0804 |
| 38 | #define SIGALG_RSA_PSS_RSAE_SHA384 0x0805 | 38 | #define SIGALG_RSA_PSS_RSAE_SHA384 0x0805 |
| 39 | #define SIGALG_RSA_PSS_RSAE_SHA512 0x0806 | 39 | #define SIGALG_RSA_PSS_RSAE_SHA512 0x0806 |
