diff options
author | Dr. David von Oheimb <David.von.Oheimb@siemens.com> | 2021-05-11 15:35:43 +0200 |
---|---|---|
committer | Dr. David von Oheimb <dev@ddvo.net> | 2022-08-23 08:50:44 +0200 |
commit | d040a1b9a028e89f0a33b36fb99f0151d2fdd4c3 (patch) | |
tree | 4c677b6be2075f81573bea6243b44b5f6e871ce6 /crypto/objects | |
parent | Makefile: Call mknum.pl on 'make ordinals' only if needed (diff) | |
download | openssl-d040a1b9a028e89f0a33b36fb99f0151d2fdd4c3.tar.xz openssl-d040a1b9a028e89f0a33b36fb99f0151d2fdd4c3.zip |
Makefile: Generate crypto objects only as far as needed
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/15224)
Diffstat (limited to 'crypto/objects')
-rw-r--r-- | crypto/objects/obj_dat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/objects/obj_dat.c b/crypto/objects/obj_dat.c index 7ad55711cf..852039b6da 100644 --- a/crypto/objects/obj_dat.c +++ b/crypto/objects/obj_dat.c @@ -20,7 +20,7 @@ #include "crypto/asn1.h" #include "obj_local.h" -/* obj_dat.h is generated from objects.h by obj_dat.pl */ +/* obj_dat.h is generated from objects.txt and obj_mac.{num,h} by obj_dat.pl */ #include "obj_dat.h" DECLARE_OBJ_BSEARCH_CMP_FN(const ASN1_OBJECT *, unsigned int, sn); |