forked from wolfSSL/wolfssl
make renewcerts-for-test use portable function declaration
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# $1 cert, $2 name, $3 ca, $4 extensions, $5 serial
|
# $1 cert, $2 name, $3 ca, $4 extensions, $5 serial
|
||||||
function update_cert() {
|
update_cert(){
|
||||||
|
|
||||||
openssl req \
|
openssl req \
|
||||||
-new \
|
-new \
|
||||||
|
Reference in New Issue
Block a user