diff options
| author | jsing <> | 2014-12-14 14:42:06 +0000 |
|---|---|---|
| committer | jsing <> | 2014-12-14 14:42:06 +0000 |
| commit | fa847863953bc9451403a8073e1166ea25d2a97b (patch) | |
| tree | c2cdaf5dee151708abd8cdd369d67e62c581de59 /src/usr.bin/openssl/apps.h | |
| parent | 7f65acb8e319aa23abaf279f5a33cf12a9e69ac4 (diff) | |
| download | openbsd-fa847863953bc9451403a8073e1166ea25d2a97b.tar.gz openbsd-fa847863953bc9451403a8073e1166ea25d2a97b.tar.bz2 openbsd-fa847863953bc9451403a8073e1166ea25d2a97b.zip | |
unifdef OPENSSL_NO_NEXTPROTONEG
Diffstat (limited to 'src/usr.bin/openssl/apps.h')
| -rw-r--r-- | src/usr.bin/openssl/apps.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/usr.bin/openssl/apps.h b/src/usr.bin/openssl/apps.h index d6b18e2a35..b2b7e85107 100644 --- a/src/usr.bin/openssl/apps.h +++ b/src/usr.bin/openssl/apps.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: apps.h,v 1.8 2014/11/07 14:16:48 jsing Exp $ */ | 1 | /* $OpenBSD: apps.h,v 1.9 2014/12/14 14:42:06 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 | * |
| @@ -245,9 +245,7 @@ int do_X509_REQ_sign(BIO *err, X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md, | |||
| 245 | int do_X509_CRL_sign(BIO *err, X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md, | 245 | int do_X509_CRL_sign(BIO *err, X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md, |
| 246 | STACK_OF(OPENSSL_STRING) *sigopts); | 246 | STACK_OF(OPENSSL_STRING) *sigopts); |
| 247 | 247 | ||
| 248 | #if !defined(OPENSSL_NO_NEXTPROTONEG) | ||
| 249 | unsigned char *next_protos_parse(unsigned short *outlen, const char *in); | 248 | unsigned char *next_protos_parse(unsigned short *outlen, const char *in); |
| 250 | #endif /* !OPENSSL_NO_NEXTPROTONEG */ | ||
| 251 | 249 | ||
| 252 | #define FORMAT_UNDEF 0 | 250 | #define FORMAT_UNDEF 0 |
| 253 | #define FORMAT_ASN1 1 | 251 | #define FORMAT_ASN1 1 |
