Skip to content

Commit ee5d0cd

Browse files
author
Martin Müllenhaupt
committed
fix travis openssl command
1 parent 8cf1f26 commit ee5d0cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ matrix:
2727
-DCRYPTOPP_LIBRARIES=/usr/lib/mxe/usr/$MXE_TARGET/lib/libcryptopp.a
2828
-DCRYPTOPP_INCLUDE_DIRS=/usr/lib/mxe/usr/$MXE_TARGET/include
2929
-DUID_SKIP_LEGACY=On
30-
-DUID_PUBKEY_BYTES=$(../encode_openssl_modulus.py $(openssl rsa -noout -inform PEM -in faf_pub.pem -pubin -modulus))
30+
-DUID_PUBKEY_BYTES=$(../encode_openssl_modulus.py $(openssl rsa -noout -inform PEM -in ../faf_pub.pem -pubin -modulus))
3131
..
3232
- make -j8
3333
- cd ..
@@ -81,7 +81,7 @@ matrix:
8181
-DCRYPTOPP_INCLUDE_DIRS=$TRAVIS_BUILD_DIR
8282
-DCMAKE_CXX_FLAGS="-DCRYPTOPP_NO_BACKWARDS_COMPATIBILITY_562"
8383
-DCMAKE_BUILD_TYPE=MinSizeRel
84-
-DUID_PUBKEY_BYTES=$(../encode_openssl_modulus.py $(openssl rsa -noout -inform PEM -in faf_pub.pem -pubin -modulus))
84+
-DUID_PUBKEY_BYTES=$(../encode_openssl_modulus.py $(openssl rsa -noout -inform PEM -in ../faf_pub.pem -pubin -modulus))
8585
..
8686
- make -j8
8787
- cd ..

0 commit comments

Comments
 (0)