mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
let mkdef.pl know about OPENSSL_NO_DGRAM
(which appears in the new file crypto/bio/bss_dgram.c)
This commit is contained in:
parent
480506bd49
commit
64387788a9
@ -91,7 +91,7 @@ my @known_algorithms = ( "RC2", "RC4", "RC5", "IDEA", "DES", "BF",
|
||||
"BIO", "COMP", "BUFFER", "LHASH", "STACK", "ERR",
|
||||
"LOCKING",
|
||||
# External "algorithms"
|
||||
"FP_API", "STDIO", "SOCK", "KRB5",
|
||||
"FP_API", "STDIO", "SOCK", "KRB5", "DGRAM",
|
||||
# Engines
|
||||
"STATIC_ENGINE", "ENGINE", "HW", "GMP",
|
||||
# Deprecated functions
|
||||
|
Loading…
Reference in New Issue
Block a user