libtommath: Fix possible integer overflow CVE-2023-36328
[heimdal.git] / lib / hcrypto / libtommath / libtommath.pc.in
blob099b1cd74426f80a4aec5897253aff790e684992
1 prefix=@to-be-replaced@
2 exec_prefix=${prefix}
3 libdir=${exec_prefix}/lib
4 includedir=${prefix}/include
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}