Only use DSA-functions if available.
[openssl.git] / apps / enc.c
index 2c3af751708759adaf21c7289992f1c8173285d9..1ba2ea2f68e1bd8201449dc0ae6283e3d40cc7d4 100644 (file)
@@ -78,7 +78,7 @@ int set_hex(char *in,unsigned char *out,int size);
 #define BSIZE  (8*1024)
 #define        PROG    enc_main
 
-void show_ciphers(const OBJ_NAME *name,void *bio_)
+static void show_ciphers(const OBJ_NAME *name,void *bio_)
        {
        BIO *bio=bio_;
        static int n;