crypt-gpg: Include module if CCID smartcard support requested

master
Moritz Maxeiner 2017-03-30 14:54:26 +02:00
parent 0982fcb2e5
commit 0e1b686b83
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ check() {
dwarning "crypt-gpg: GnuPG >= 2.1 with scdaemon and libusb required for ccid smartcard support"
return 1
fi
return 0
fi

return 255