Skip to content

Commit

Permalink
Copy system CA store to new 1.0.2 paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjefftang committed Feb 17, 2015
1 parent 4bef4eb commit 6a78aa2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ before_install:
make
sudo make install
popd
# Copy the system CA store to the new OpenSSL dir
sudo cp -rf /etc/ssl/certs/* /usr/local/ssl/certs
# Export the local OpenSSL install so cryptography builds/runs against it
export LDFLAGS="-L/usr/local/ssl/lib"
export CFLAGS="-I/usr/local/ssl/include"
Expand Down

0 comments on commit 6a78aa2

Please sign in to comment.