libyal / libpff

Library and tools to access the Personal Folder File (PFF) and the Offline Folder File (OFF) format
GNU Lesser General Public License v3.0
289 stars 74 forks source link

remove static on libpff_encryption_compressible and libpff_encryption… #89

Closed simsong closed 4 years ago

simsong commented 4 years ago

…_high1

Allows functions outside of libpff_encryption.c to access these tables.

joachimmetz commented 4 years ago

Unfortunately this approach will not work for DLLs

simsong commented 4 years ago

Unfortunately this approach will not work for DLLs

I guess I could have created a function that would return the address of the array?