diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-12-26 07:18:54 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-12-26 07:18:54 +0000 |
commit | 5db55c25df447352f6f017a3cd33336bd5c99ded (patch) | |
tree | 91fd58d0a8b09e013ba3a808d7b3b6c82bfe6b23 /lib/libcrypto/crypto.h | |
parent | a00adb4d80b177e06c5272391e412b15d9e962ab (diff) |
spelling fixes; from paul tagliamonte
i removed the arithmetics -> arithmetic changes, as i felt they
were not clearly correct
ok tb
Diffstat (limited to 'lib/libcrypto/crypto.h')
-rw-r--r-- | lib/libcrypto/crypto.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libcrypto/crypto.h b/lib/libcrypto/crypto.h index 3b00f039fab..066f6246f6b 100644 --- a/lib/libcrypto/crypto.h +++ b/lib/libcrypto/crypto.h @@ -1,4 +1,4 @@ -/* $OpenBSD: crypto.h,v 1.57 2022/09/11 17:26:51 tb Exp $ */ +/* $OpenBSD: crypto.h,v 1.58 2022/12/26 07:18:50 jmc Exp $ */ /* ==================================================================== * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. * @@ -248,8 +248,8 @@ DECLARE_STACK_OF(void) * The current classes are SSL_CTX, SSL, SSL_SESSION, and a few more */ typedef struct crypto_ex_data_func_st { - long argl; /* Arbitary long */ - void *argp; /* Arbitary void * */ + long argl; /* Arbitrary long */ + void *argp; /* Arbitrary void * */ CRYPTO_EX_new *new_func; CRYPTO_EX_free *free_func; CRYPTO_EX_dup *dup_func; @@ -540,7 +540,7 @@ void ERR_load_CRYPTO_strings(void); #define _OPENSSL_INIT_FLAG_NOOP 0x80000000L /* - * These are provided for compatibiliy, but have no effect + * These are provided for compatibility, but have no effect * on how LibreSSL is initialized. */ #define OPENSSL_INIT_NO_LOAD_CRYPTO_STRINGS _OPENSSL_INIT_FLAG_NOOP |