Skip to content

Commit dd3f3e0

Browse files
committed
FIX: host is not using os provided crypt device
1 parent fc5d7b5 commit dd3f3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/os/host-device.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ REBDEV *Devices[RDI_LIMIT] =
104104
0,//&Dev_Checksum,
105105
DEVICE_PTR_CLIPBOARD,
106106
DEVICE_PTR_MIDI,
107-
DEVICE_PTR_CRYPT
107+
0 //DEVICE_PTR_CRYPT
108108
};
109109

110110

0 commit comments

Comments
 (0)