Harmonize util/mkrc.pl with header move.
Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
parent
d40a1f72b6
commit
0589680ee6
@ -1,6 +1,6 @@
|
||||
#!/bin/env perl
|
||||
#
|
||||
open FD,"crypto/opensslv.h";
|
||||
open FD,"include/openssl/opensslv.h";
|
||||
while(<FD>) {
|
||||
if (/OPENSSL_VERSION_NUMBER\s+(0x[0-9a-f]+)/i) {
|
||||
$ver = hex($1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user