提交 0589680e 编写于 作者: A Andy Polyakov

Harmonize util/mkrc.pl with header move.

Reviewed-by: NMatt Caswell <matt@openssl.org>
上级 d40a1f72
#!/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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册