Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
now Parrot ignores all about open_ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed May 7, 2010
1 parent 2ca9f4e commit 1ad6bcd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.pir
Expand Up @@ -97,8 +97,7 @@ GENERATED_FILES
.local pmc config
config = get_config()
.local string openssl_version
openssl_version = detect_openssl()
openssl_version = config['openssl_version']
openssl_version = detect_openssl()

.local pmc md4, md5, ripemd160, sha, sha1, sha256, sha512
md4 = new 'Hash'
Expand Down

0 comments on commit 1ad6bcd

Please sign in to comment.