diff options
| author | jsing <> | 2022-01-08 12:54:32 +0000 |
|---|---|---|
| committer | jsing <> | 2022-01-08 12:54:32 +0000 |
| commit | 61fda75b6f45926dbb1ee6708bc724039eba7aa6 (patch) | |
| tree | 5274015cec2a6b7d66cec6621078b49cf045a2cf /src | |
| parent | ffc409d6df877abea2cf56b17ccae8b4d3db2641 (diff) | |
| download | openbsd-61fda75b6f45926dbb1ee6708bc724039eba7aa6.tar.gz openbsd-61fda75b6f45926dbb1ee6708bc724039eba7aa6.tar.bz2 openbsd-61fda75b6f45926dbb1ee6708bc724039eba7aa6.zip | |
Remove commented out CERT_* defines.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libssl/ssl_locl.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h index e8c277ec60..637a789dd1 100644 --- a/src/lib/libssl/ssl_locl.h +++ b/src/lib/libssl/ssl_locl.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ssl_locl.h,v 1.377 2022/01/08 12:43:44 jsing Exp $ */ | 1 | /* $OpenBSD: ssl_locl.h,v 1.378 2022/01/08 12:54:32 jsing Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| @@ -348,12 +348,6 @@ __BEGIN_HIDDEN_DECLS | |||
| 348 | * SSL_aDSS <- DSA_SIGN | 348 | * SSL_aDSS <- DSA_SIGN |
| 349 | */ | 349 | */ |
| 350 | 350 | ||
| 351 | /* | ||
| 352 | #define CERT_INVALID 0 | ||
| 353 | #define CERT_PUBLIC_KEY 1 | ||
| 354 | #define CERT_PRIVATE_KEY 2 | ||
| 355 | */ | ||
| 356 | |||
| 357 | /* From ECC-TLS draft, used in encoding the curve type in | 351 | /* From ECC-TLS draft, used in encoding the curve type in |
| 358 | * ECParameters | 352 | * ECParameters |
| 359 | */ | 353 | */ |
