X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=apps%2Fciphers.c;h=4e8ffd13ceb470579f969f524876051f75441648;hp=83cdb55e76ad52efd706b3664eaadaf536380ddf;hb=6738bf1417289a14758590fca5a26b62c9b2c0be;hpb=bbb4ceb86eb6ea0300f744443c36fb6e980fff9d diff --git a/apps/ciphers.c b/apps/ciphers.c index 83cdb55e76..4e8ffd13ce 100644 --- a/apps/ciphers.c +++ b/apps/ciphers.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 @@ -236,7 +237,7 @@ int ciphers_main(int argc, char **argv) nm = "UNKNOWN"; BIO_printf(bio_out, "%s - ", nm); } - BIO_puts(bio_out, SSL_CIPHER_description(c, buf, sizeof buf)); + BIO_puts(bio_out, SSL_CIPHER_description(c, buf, sizeof(buf))); } }