make-ca: Correct incorrectly named get_p11_val().
This commit is contained in:
parent
2284b419ed
commit
d7c3b6f28b
@ -9,6 +9,7 @@
|
||||
- Add nss-{server,email}-distrust-after values in anchors
|
||||
- Use --filter=certificates for all stores
|
||||
- Fix output of NSSDB and Java PCKS#12 stores
|
||||
- Correct incorrectly named get_p11_val()
|
||||
1.7 - Revert help2man update (requires complete perl environment)
|
||||
1.6 - Fix install target for make -j#
|
||||
- Add detailed dependency info and add note about configuration file
|
||||
|
4
make-ca
4
make-ca
@ -406,7 +406,7 @@ function convert_trust_arg(){
|
||||
}
|
||||
|
||||
# Define p11-kit ext value constants (see p11-kit API documentation)
|
||||
function get-p11-val() {
|
||||
function get_p11_val() {
|
||||
case $1 in
|
||||
p11sasmcs)
|
||||
p11value="0%2a%06%03U%1d%25%01%01%ff%04 0%1e%06%08%2b%06%01%05%05%07%03%04%06%08%2b%06%01%05%05%07%03%01%06%08%2b%06%01%05%05%07%03%03"
|
||||
@ -500,7 +500,7 @@ function get_p11_trust() {
|
||||
if test "${cstrust}" == "C"; then
|
||||
trustp11="${trustp11}cs"
|
||||
fi
|
||||
get-p11-val "${trustp11}"
|
||||
get_p11_val "${trustp11}"
|
||||
fi
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user