Quote:
Originally Posted by kovidgoyal
@slantybard: That's an issue with loading libcrypto on macOS. If the developer of FFF will post a code snippet for whatever code is causing it to load and fail I will iinvestigate if something can be done.
Incidentally this is likely the same issue that affects the noDRM plugin on macOS.
|
Literally the same issue, I believe. From FFF:
Code:
if not db.add_format_with_hooks(book_id,
options['fileform'],
book['outfile'], index_is_id=True):
Caliber is calling DeDRM(/NoDRM?) as a File Type plugin when FFF adds the format. Nothing FFF can do about it, I believe.