Harmonize util/mkrc.pl with header move.
authorAndy Polyakov <appro@openssl.org>
Sat, 26 Sep 2015 18:20:38 +0000 (20:20 +0200)
committerAndy Polyakov <appro@openssl.org>
Mon, 28 Sep 2015 13:32:15 +0000 (15:32 +0200)
Reviewed-by: Matt Caswell <matt@openssl.org>
util/mkrc.pl

index 83ee6a4167fc37aeb64a5ccb0e9c7d91baf50ed7..b61d73d041aaeff2a321ef76ff08e7693ab1e233 100755 (executable)
@@ -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);