X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=apps%2Fprogs.h;h=5f6f07f89d16f0313023927cb2e017c65335113d;hb=2c4ee10c0aa231a30977aad47bae1d0dbe6bbef4;hp=36fd0dc9277aed833fdad9efce0125087ae4bb03;hpb=e0a651945cb5a70a2abd9902c0fd3e9759d35867;p=oweals%2Fopenssl.git diff --git a/apps/progs.h b/apps/progs.h index 36fd0dc927..5f6f07f89d 100644 --- a/apps/progs.h +++ b/apps/progs.h @@ -1,12 +1,13 @@ /* - * Automatically generated by progs.pl for openssl.c - * Copyright 2008-2016 The OpenSSL Project Authors. All Rights Reserved. + * WARNING: do not edit! + * Generated by apps/progs.pl * - * Licensed under the OpenSSL licenses (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved. + * + * Licensed under the OpenSSL license (the "License"). You may not use + * this file except in compliance with the License. You can obtain a copy + * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/license.html - * or in the file LICENSE in the source distribution. */ typedef enum FUNC_TYPE { @@ -17,7 +18,7 @@ typedef enum FUNC_TYPE { typedef struct function_st { FUNC_TYPE type; const char *name; - int (*func)(int argc,char *argv[]); + int (*func)(int argc, char *argv[]); const OPTIONS *help; } FUNCTION; @@ -213,27 +214,15 @@ static FUNCTION functions[] = { #ifndef OPENSSL_NO_MD4 { FT_md, "md4", dgst_main}, #endif -#ifndef OPENSSL_NO_MD5 { FT_md, "md5", dgst_main}, -#endif #ifndef OPENSSL_NO_GOST { FT_md, "gost", dgst_main}, #endif -#ifndef OPENSSL_NO_SHA { FT_md, "sha1", dgst_main}, -#endif -#ifndef OPENSSL_NO_SHA { FT_md, "sha224", dgst_main}, -#endif -#ifndef OPENSSL_NO_SHA { FT_md, "sha256", dgst_main}, -#endif -#ifndef OPENSSL_NO_SHA { FT_md, "sha384", dgst_main}, -#endif -#ifndef OPENSSL_NO_SHA { FT_md, "sha512", dgst_main}, -#endif #ifndef OPENSSL_NO_MDC2 { FT_md, "mdc2", dgst_main}, #endif