X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=apps%2Fversion.c;h=2aca1636152bb263ba36b978a49ecec8fcf1fa14;hp=5066482a07cdee5e0b80c0354ff391b63ca7d382;hb=eae1c647dfc9c39db52f7c4a61faa09e6cbea92a;hpb=dab2cd68e7cc304c9b1a4e7cee18a98711771a53 diff --git a/apps/version.c b/apps/version.c index 5066482a07..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 @@ -105,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; } }