Index: openssl-1.1.0f/test/recipes/15-test_genrsa.t =================================================================== --- openssl-1.1.0f.orig/test/recipes/15-test_genrsa.t 2017-05-25 14:46:21.000000000 +0200 +++ openssl-1.1.0f/test/recipes/15-test_genrsa.t 2017-05-29 17:56:31.900331435 +0200 @@ -16,6 +16,7 @@ use OpenSSL::Test::Utils; setup("test_genrsa"); +plan skip_all => 'Minimal RSA modulus size is 200 bits'; plan tests => 5; is(run(app([ 'openssl', 'genrsa', '-3', '-out', 'genrsatest.pem', '8'])), 0, "genrsa -3 8");