Changeset 97326 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Oct 27, 2022 3:22:59 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/vboxdrv.sh
r97325 r97326 396 396 397 397 # Make sure openssl can handle hash algorithm. 398 sig_hashalgo=$(modinfo -F sig_hashalgo vboxdrv2>/dev/null)398 sig_hashalgo=$(modinfo -F sig_hashalgo "$mod" 2>/dev/null) 399 399 [ "$(module_sig_hash_supported $sig_hashalgo)" = "1" ] || return 400 400
Note:
See TracChangeset
for help on using the changeset viewer.