diff options
author | Jack Lloyd <[email protected]> | 2016-11-21 20:30:14 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-11-21 20:30:14 -0500 |
commit | dabe9fdda03721a0d6a95574da47a207e7381800 (patch) | |
tree | 000b0c61b698e7fcbdfeaaf313edea044a9149c1 /src/lib/asn1 | |
parent | ff777b6a6938ba312768f5934701352b1473f189 (diff) |
Add warning to OID script output
[ci skip]
Diffstat (limited to 'src/lib/asn1')
-rw-r--r-- | src/lib/asn1/oids.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/asn1/oids.cpp b/src/lib/asn1/oids.cpp index 2f7597981..eb5101e85 100644 --- a/src/lib/asn1/oids.cpp +++ b/src/lib/asn1/oids.cpp @@ -1,7 +1,10 @@ /* * OID maps * -* This file was automatically generated by ./src/scripts/oids.py on 2016-11-18 +* This file was automatically generated by ./src/scripts/oids.py on 2016-11-21 +* +* All manual edits to this file will be lost. Edit the script +* then regenerate this source file. * * Botan is released under the Simplified BSD License (see license.txt) */ |