all:
	make -f makefile USE_OPEN_SSL=YES

install:
	make -f makefile USE_OPEN_SSL=YES install

clean:
	make -f makefile USE_OPEN_SSL=YES clean
