Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Side by Side Diff: src/trspi/Makefile.am

Issue 3581012: Upgrade from trousers 0.3.3 to 0.3.6 and from testsuite 0.2 to 0.3. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/trousers.git
Patch Set: git cl push Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « src/tddl/tddl.c ('k') | src/trspi/crypto/openssl/symmetric.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 noinst_LTLIBRARIES=libtrousers.la 1 noinst_LTLIBRARIES=libtrousers.la
2 2
3 libtrousers_la_SOURCES=trousers.c crypto/@CRYPTO_PACKAGE@/hash.c 3 libtrousers_la_SOURCES=trousers.c crypto/@CRYPTO_PACKAGE@/hash.c
4 libtrousers_la_CFLAGS=-DAPPID=\"TSPI\" 4 libtrousers_la_CFLAGS=-DAPPID=\"TSPI\" -I${top_srcdir}/src/include
5 5
6 if TSS_BUILD_ASYM_CRYPTO 6 if TSS_BUILD_ASYM_CRYPTO
7 libtrousers_la_SOURCES+=crypto/@CRYPTO_PACKAGE@/rsa.c 7 libtrousers_la_SOURCES+=crypto/@CRYPTO_PACKAGE@/rsa.c
8 endif 8 endif
9 if TSS_BUILD_SYM_CRYPTO 9 if TSS_BUILD_SYM_CRYPTO
10 libtrousers_la_SOURCES+=crypto/@CRYPTO_PACKAGE@/symmetric.c 10 libtrousers_la_SOURCES+=crypto/@CRYPTO_PACKAGE@/symmetric.c
11 endif 11 endif
OLDNEW
« no previous file with comments | « src/tddl/tddl.c ('k') | src/trspi/crypto/openssl/symmetric.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698