Hide more crypto from being crunched at release time.
This commit is contained in:
parent
e0c2721505
commit
0ff67a254e
@ -70,7 +70,7 @@ CFLAGS+=-DNOSUID
|
||||
SRCS+= id.c
|
||||
.endif
|
||||
|
||||
.if defined(NOCRYPT) || defined(NO_OPENSSL)
|
||||
.if defined(RELEASE_CRUNCH) || defined(NOCRYPT) || defined(NO_OPENSSL)
|
||||
CFLAGS+=-DNODES
|
||||
.else
|
||||
DISTRIBUTION=crypto
|
||||
|
Loading…
Reference in New Issue
Block a user