summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2018-05-01 16:14:54 +0000
committertb <>2018-05-01 16:14:54 +0000
commitb38239256419ce01f1354fcc74e773906b0b0471 (patch)
tree620790656dc2b340aeed5ce9c3d088f0700466fd
parent1d195b2f50d786e8805fd9683f1aa3d058620b4f (diff)
downloadopenbsd-b38239256419ce01f1354fcc74e773906b0b0471.tar.gz
openbsd-b38239256419ce01f1354fcc74e773906b0b0471.tar.bz2
openbsd-b38239256419ce01f1354fcc74e773906b0b0471.zip
Fix whitespace on a few lines to reduce noise in an upcoming diff.
-rw-r--r--src/lib/libcrypto/x509/x509.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libcrypto/x509/x509.h b/src/lib/libcrypto/x509/x509.h
index 5ccaf41114..b47bf99104 100644
--- a/src/lib/libcrypto/x509/x509.h
+++ b/src/lib/libcrypto/x509/x509.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509.h,v 1.44 2018/03/17 15:28:27 tb Exp $ */ 1/* $OpenBSD: x509.h,v 1.45 2018/05/01 16:14:54 tb 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 *
@@ -653,8 +653,8 @@ int NETSCAPE_SPKI_set_pubkey(NETSCAPE_SPKI *x, EVP_PKEY *pkey);
653 653
654int NETSCAPE_SPKI_print(BIO *out, NETSCAPE_SPKI *spki); 654int NETSCAPE_SPKI_print(BIO *out, NETSCAPE_SPKI *spki);
655 655
656int X509_signature_dump(BIO *bp,const ASN1_STRING *sig, int indent); 656int X509_signature_dump(BIO *bp, const ASN1_STRING *sig, int indent);
657int X509_signature_print(BIO *bp,X509_ALGOR *alg, ASN1_STRING *sig); 657int X509_signature_print(BIO *bp, X509_ALGOR *alg, ASN1_STRING *sig);
658 658
659int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md); 659int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md);
660int X509_sign_ctx(X509 *x, EVP_MD_CTX *ctx); 660int X509_sign_ctx(X509 *x, EVP_MD_CTX *ctx);
@@ -909,8 +909,8 @@ int X509_get_signature_nid(const X509 *x);
909 909
910int X509_alias_set1(X509 *x, unsigned char *name, int len); 910int X509_alias_set1(X509 *x, unsigned char *name, int len);
911int X509_keyid_set1(X509 *x, unsigned char *id, int len); 911int X509_keyid_set1(X509 *x, unsigned char *id, int len);
912unsigned char * X509_alias_get0(X509 *x, int *len); 912unsigned char *X509_alias_get0(X509 *x, int *len);
913unsigned char * X509_keyid_get0(X509 *x, int *len); 913unsigned char *X509_keyid_get0(X509 *x, int *len);
914int (*X509_TRUST_set_default(int (*trust)(int , X509 *, int)))(int, X509 *, int); 914int (*X509_TRUST_set_default(int (*trust)(int , X509 *, int)))(int, X509 *, int);
915int X509_TRUST_set(int *t, int trust); 915int X509_TRUST_set(int *t, int trust);
916int X509_add1_trust_object(X509 *x, ASN1_OBJECT *obj); 916int X509_add1_trust_object(X509 *x, ASN1_OBJECT *obj);