X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=apps%2Fprogs.h;h=9cc2f2b088ef45e1306e52f8229abef4011c8625;hp=aa37d36227da27cddb0f3fb2027d14c94dcb0e2e;hb=1e8ead8688f0afb5584264c29907f089cc1f6a8a;hpb=812e0c8d68da2f40e216aebc042cec6f38180a28 diff --git a/apps/progs.h b/apps/progs.h index aa37d36227..9cc2f2b088 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 { @@ -181,9 +182,7 @@ static FUNCTION functions[] = { { FT_general, "rand", rand_main, rand_options }, { FT_general, "rehash", rehash_main, rehash_options }, { FT_general, "req", req_main, req_options }, -#ifndef OPENSSL_NO_RSA { FT_general, "rsa", rsa_main, rsa_options }, -#endif #ifndef OPENSSL_NO_RSA { FT_general, "rsautl", rsautl_main, rsautl_options }, #endif @@ -218,24 +217,14 @@ static FUNCTION functions[] = { #ifndef OPENSSL_NO_MD5 { FT_md, "md5", dgst_main}, #endif -#ifndef OPENSSL_NO_MD_GHOST94 - { FT_md, "md_ghost94", dgst_main}, +#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 @@ -248,24 +237,12 @@ static FUNCTION functions[] = { #ifndef OPENSSL_NO_BLAKE2 { FT_md, "blake2s256", dgst_main}, #endif -#ifndef OPENSSL_NO_AES { FT_cipher, "aes-128-cbc", enc_main, enc_options }, -#endif -#ifndef OPENSSL_NO_AES { FT_cipher, "aes-128-ecb", enc_main, enc_options }, -#endif -#ifndef OPENSSL_NO_AES { FT_cipher, "aes-192-cbc", enc_main, enc_options }, -#endif -#ifndef OPENSSL_NO_AES { FT_cipher, "aes-192-ecb", enc_main, enc_options }, -#endif -#ifndef OPENSSL_NO_AES { FT_cipher, "aes-256-cbc", enc_main, enc_options }, -#endif -#ifndef OPENSSL_NO_AES { FT_cipher, "aes-256-ecb", enc_main, enc_options }, -#endif #ifndef OPENSSL_NO_CAMELLIA { FT_cipher, "camellia-128-cbc", enc_main, enc_options }, #endif