Harmonize util/mkrc.pl with header move.

Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
Andy Polyakov 2015-09-26 20:20:38 +02:00
parent d40a1f72b6
commit 0589680ee6

View File

@ -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);