Skip to content

Commit b5fb64f

Browse files
committed
no lcrypto required
Signed-off-by: adijeshen <[email protected]>
1 parent e0ad66c commit b5fb64f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<linker.executable>gcc</linker.executable>
6464
<!-- use the static lib liboqs.a -->
6565
<linker.start.option>-shared -L${liboqs.lib.dir}</linker.start.option>
66-
<linker.end.option>${liboqs.lib.dir}/liboqs.a -lcrypto</linker.end.option>
66+
<linker.end.option>${liboqs.lib.dir}/liboqs.a</linker.end.option>
6767
</properties>
6868
</profile>
6969
<profile>

0 commit comments

Comments
 (0)