We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ea0085 commit 6b998c9Copy full SHA for 6b998c9
Sources/scrypt/scrypt.h
@@ -16,7 +16,7 @@ FOUNDATION_EXPORT const unsigned char scryptVersionString[];
16
17
// In this header, you should import all the public headers of your framework using statements like #import <scrypt/PublicHeader.h>
18
#if COCOAPODS
19
-#import <crypto_scrypt.h>
+#import "crypto_scrypt.h"
20
#else
21
#import <scrypt/crypto_scrypt.h>
22
#endif
0 commit comments