Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hmm, Game Maker's linux port only supports Ubuntu out of the box but there's not a whole lot of Ubuntu-specific library requirements. And libcrypto is so common it should be installed. What is the output of ls /usr/local/lib | grep crypto ? If you have some libcrypto.so file, but not an "1.0.0", you could solve this by creating a symlink named "libcrypto.so.1.0.0" which links to the libcrypto SO you actually have.

While you're at it, you might also want to verify that the other library requirements are installed: libcurl4, libopenal1, joystick, jstest-gtk.