Today i updated my libcurl build script so it installs the newest version of libcurl.
Download here
It's mostly a bugfix update. (not verry much psp relates bugs)
It's probably not the most usefull update but it's always cool to use the latest version of libraries you use :p
libcurl 7.19.6 for PSP
libcurl 7.19.6 for PSP
Code: Select all
int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
}
-
- Posts: 203
- Joined: Sat Jul 05, 2008 8:03 am
those ssl libs are hard to port.... At least i failed.sauron_le_noir wrote:thx jojoris nice to have. No support for ssl ?
libssl doesn't has a normal configure script and the one with gnutls doesn't work quite well. It messed the config.h up.
Code: Select all
int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
}