diff options
Diffstat (limited to 'apps/include/platform.h')
-rw-r--r-- | apps/include/platform.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/include/platform.h b/apps/include/platform.h index 491559df3152..62fc99c5fd7a 100644 --- a/apps/include/platform.h +++ b/apps/include/platform.h @@ -1,5 +1,5 @@ /* - * Copyright 2019 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2019-2024 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy @@ -16,7 +16,7 @@ /* * VMS C only for now, implemented in vms_decc_init.c * If other C compilers forget to terminate argv with NULL, this function - * can be re-used. + * can be reused. */ char **copy_argv(int *argc, char *argv[]); # endif |