X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=apps%2Fengine.c;h=83f9588a0ab19fca3c45269e8f5e9af766ea20a1;hb=46d085096c6ead624c61e4b8b301421301511e64;hp=5d4708207ef28261650f1c9df208b0b48f6a8d7d;hpb=b2ac85adac85f95af999df96367872d38068b028;p=openssl.git diff --git a/apps/engine.c b/apps/engine.c index 5d4708207e..83f9588a0a 100644 --- a/apps/engine.c +++ b/apps/engine.c @@ -1,5 +1,5 @@ /* - * Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2000-2018 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 @@ -13,6 +13,7 @@ NON_EMPTY_TRANSLATION_UNIT #else # include "apps.h" +# include "progs.h" # include # include # include @@ -483,6 +484,6 @@ int engine_main(int argc, char **argv) sk_OPENSSL_STRING_free(pre_cmds); sk_OPENSSL_STRING_free(post_cmds); BIO_free_all(out); - return (ret); + return ret; } #endif