Commit 08330a12 authored by Bernd Edlinger's avatar Bernd Edlinger Committed by Matt Caswell
Browse files

Fix build problem with current 1.0.2 branch.

parent 201015ee
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -85,6 +85,7 @@ static void show_ciphers(const OBJ_NAME *name, void *bio_)
{
    BIO *bio = bio_;
    static int n;
    const EVP_CIPHER *cipher;

    if (!islower((unsigned char)*name->name))
        return;