mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-09 00:04:26 -04:00
Added previously ignored config file, and added exception to gitignore.
This commit is contained in:
parent
0b285e0ae0
commit
ee401c80cb
2
.gitignore
vendored
2
.gitignore
vendored
@ -76,6 +76,7 @@ compile
|
|||||||
config.guess
|
config.guess
|
||||||
config.h
|
config.h
|
||||||
config.h.in
|
config.h.in
|
||||||
|
!src/sig_picnic/external/config.h.in
|
||||||
config.log
|
config.log
|
||||||
config.status
|
config.status
|
||||||
config.sub
|
config.sub
|
||||||
@ -97,3 +98,4 @@ stamp-h1
|
|||||||
#params
|
#params
|
||||||
sample_params
|
sample_params
|
||||||
data/
|
data/
|
||||||
|
|
||||||
|
17
src/sig_picnic/external/config.h.in
vendored
Normal file
17
src/sig_picnic/external/config.h.in
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
#ifndef PICNIC_CONFIG_H
|
||||||
|
#define PICNIC_CONFIG_H
|
||||||
|
|
||||||
|
/* from cmake checks */
|
||||||
|
|
||||||
|
#cmakedefine HAVE_SYS_AUXV_H
|
||||||
|
#cmakedefine HAVE_ASM_HWCAP_H
|
||||||
|
#cmakedefine HAVE_SYS_RANDOM_H
|
||||||
|
|
||||||
|
#cmakedefine HAVE_ALIGNED_ALLOC
|
||||||
|
#cmakedefine HAVE_POSIX_MEMALIGN
|
||||||
|
#cmakedefine HAVE_MEMALIGN
|
||||||
|
#cmakedefine HAVE_GETRANDOM
|
||||||
|
|
||||||
|
#cmakedefine HAVE_SECURITY_FRAMEWORK
|
||||||
|
|
||||||
|
#endif
|
Loading…
x
Reference in New Issue
Block a user