module.modulemap 100 B

123456
  1. framework module OpenSSL {
  2. umbrella header "OpenSSL.h"
  3. export *
  4. module * { export *}
  5. }