repo.or.cz
/
heimdal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libtommath: Fix possible integer overflow CVE-2023-36328
[heimdal.git]
/
lib
/
hcrypto
/
libtommath
/
libtommath.pc.in
blob
099b1cd74426f80a4aec5897253aff790e684992
1
prefix=@to-be-replaced@
2
exec_prefix=${prefix}
3
libdir=${exec_prefix}/lib
4
includedir=${prefix}/include
5
6
Name: LibTomMath
7
Description: public domain library for manipulating large integer numbers
8
Version: @to-be-replaced@
9
Libs: -L${libdir} -ltommath
10
Cflags: -I${includedir}