Skip to content

Commit

Permalink
fix openssl compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Sep 13, 2011
1 parent 337b261 commit 280edc9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 2 additions & 0 deletions openssl/config/defaults
@@ -1,3 +1,5 @@
version=1.0.0d
base_url=http://www.openssl.org/source
md5_url=http://www.openssl.org/source
configure_flags=zlib no-asm
make_flags=-j1
5 changes: 0 additions & 5 deletions openssl/shell/functions
@@ -1,10 +1,5 @@
#!/bin/sh

openssl_initialize()
{
configure_flags+=(zlib no-asm)
}

openssl_configure()
{
if (( ${static_flag:-0} == 1 ))
Expand Down
4 changes: 0 additions & 4 deletions openssl/shell/initialize

This file was deleted.

0 comments on commit 280edc9

Please sign in to comment.