In mkerr.pl look in directories under ssl/
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
e091c83e72
commit
0f6a2a97a5
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ EOF
|
|||
}
|
||||
|
||||
if($recurse) {
|
||||
@source = ( <crypto/*.c>, <crypto/*/*.c>, <ssl/*.c> )
|
||||
@source = ( <crypto/*.c>, <crypto/*/*.c>, <ssl/*.c>, <ssl/*/*.c> )
|
||||
} else {
|
||||
@source = @ARGV;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue