krzyzanowskim / OpenSSL

OpenSSL package for SwiftPM, CocoaPod, and Carthage, multiplatform
https://swift.best
Other
907 stars 334 forks source link

Where can I read more about line in script.sh after the comment "fix headers for Swift" #133

Closed paulmromer closed 2 years ago

paulmromer commented 2 years ago

Lines 99 - 101:

fix headers for Swift

sed -ie "s/BIGNUM \*I,/BIGNUM \*i,/g" ${SRC_DIR}/crypto/rsa/rsa_local.h

Is there an issue or some other discussion that describes the problem that this fixes?

krzyzanowskim commented 2 years ago

there's no issue for that. It changes the parameter "I" -> "i" to please the Swift compiler C header importer.