Skip to content

Commit 68ea31c

Browse files
committed
Fix install step for liboqs port header
Make sure the header file of the liboqs port is properly installed during a call to `make install`. Signed-off-by: Tobias Frauenschläger <t.frauenschlaeger@me.com>
1 parent 4d259da commit 68ea31c

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

wolfssl/wolfcrypt/include.am

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,7 @@ noinst_HEADERS+= \
115115
wolfssl/wolfcrypt/port/Renesas/renesas_sync.h \
116116
wolfssl/wolfcrypt/port/Renesas/renesas_cmn.h \
117117
wolfssl/wolfcrypt/port/Renesas/renesas_tsip_types.h \
118-
wolfssl/wolfcrypt/port/cypress/psoc6_crypto.h \
119-
wolfssl/wolfcrypt/port/liboqs/liboqs.h
118+
wolfssl/wolfcrypt/port/cypress/psoc6_crypto.h
120119

121120
if BUILD_CRYPTOAUTHLIB
122121
nobase_include_HEADERS+= wolfssl/wolfcrypt/port/atmel/atmel.h
@@ -145,6 +144,10 @@ nobase_include_HEADERS+= wolfssl/wolfcrypt/port/aria/aria-crypt.h
145144
nobase_include_HEADERS+= wolfssl/wolfcrypt/port/aria/aria-cryptocb.h
146145
endif
147146

147+
if BUILD_LIBOQS
148+
nobase_include_HEADERS+= wolfssl/wolfcrypt/port/liboqs/liboqs.h
149+
endif
150+
148151
if BUILD_ASYNCCRYPT
149152
nobase_include_HEADERS+= wolfssl/wolfcrypt/async.h
150153
endif

0 commit comments

Comments
 (0)