shanemhansen / gossl

Go bindings to the openssl library
MIT License
33 stars 5 forks source link

*: remove constants.go #21

Closed runcom closed 9 years ago

runcom commented 9 years ago

Define strong types where needed instead

Signed-off-by: Antonio Murdaca runcom@redhat.com

shanemhansen commented 9 years ago

My concern is that people will now have to import "C" and the header files in order to use this api. Are you planning on creating more aliases like OpNoCompression in other spots?

runcom commented 9 years ago

@shanemhansen that's the plan :) at least we will eventually have what's more used and reasonable, not just a bunch of consts mirrored from headers file

shanemhansen commented 9 years ago

SGTM