Skip to content

Commit

Permalink
fix travis-ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
Li ZHOU committed Apr 11, 2017
1 parent 5689c8d commit 973b4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ before_install:
- sudo make install
- popd
- wget https://github.com/wolfSSL/wolfssl/archive/v3.2.0.tar.gz
- tar fvx wolfssl-3.2.0.tar.gz
- tar fvx v3.2.0.tar.gz
- pushd wolfssl-3.2.0
- ./autogen.sh && ./configure --disable-static --enable-ipv6 --enable-aesgcm --enable-aesccm --enable-psk --disable-coding --enable-hkdf --enable-poly1305 --enable-camellia --disable-des3 --enable-hc128 --enable-rabbit --enable-chacha --enable-examples --enable-iopool --disable-oldtls --disable-asn --disable-rsa --enable-fastmath --disable-sha && make
- sudo make install
Expand Down

0 comments on commit 973b4f4

Please sign in to comment.