X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fssl_locl.h;h=e02c70a2251030ae2e2c1c68e5276424da28443d;hp=e0f338dfec6429ceb7216f7028815e307371d217;hb=6660baee66e474058229911950e26e56f31fb0bf;hpb=25d4c9254c1ccb2f9974abd9a9fd64ddb14f7832 diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h index e0f338dfec..e02c70a225 100644 --- a/ssl/ssl_locl.h +++ b/ssl/ssl_locl.h @@ -468,14 +468,6 @@ #define NAMED_CURVE_TYPE 3 #endif /* OPENSSL_NO_EC */ -/* Values for valid_flags in CERT_PKEY structure */ -/* Certificate inconsistent with session, key missing etc */ -#define CERT_PKEY_INVALID 0x0 -/* Certificate can be used with this sesstion */ -#define CERT_PKEY_VALID 0x1 -/* Certificate can also be used for signing */ -#define CERT_PKEY_SIGN 0x2 - typedef struct cert_pkey_st { X509 *x509;