X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=apps%2Fversion.c;h=2aca1636152bb263ba36b978a49ecec8fcf1fa14;hb=eae1c647dfc9c39db52f7c4a61faa09e6cbea92a;hp=7fc9a27d678421722bb95a4377037be998e4c020;hpb=26a7d938c9bf932a55cb5e4e02abb48fe395c5cd;p=openssl.git diff --git a/apps/version.c b/apps/version.c index 7fc9a27d67..2aca163615 100644 --- a/apps/version.c +++ b/apps/version.c @@ -1,5 +1,5 @@ /* - * Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 1995-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 @@ -11,6 +11,7 @@ #include #include #include "apps.h" +#include "progs.h" #include #include #include @@ -104,7 +105,8 @@ opthelp: dirty = version = 1; break; case OPT_A: - seed = cflags = version = date = platform = dir = engdir = 1; + seed = options = cflags = version = date = platform = dir = engdir + = 1; break; } }