px5g: rename the old package to px5g-standalone, add a new one that links against...
authorFelix Fietkau <nbd@openwrt.org>
Fri, 21 Mar 2014 15:55:23 +0000 (15:55 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 21 Mar 2014 15:55:23 +0000 (15:55 +0000)
commiteb225996ee9591eaa4ad74cd6040038bd35b92cb
tree7bb18c307fb3dae7960224b7408ef04be717cbc5
parent6d270ebc2b25b576a2dfdcaaa406b116f6353ea9
px5g: rename the old package to px5g-standalone, add a new one that links against polarssl

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40000
39 files changed:
package/utils/px5g-standalone/Makefile [new file with mode: 0644]
package/utils/px5g-standalone/src/Makefile [new file with mode: 0644]
package/utils/px5g-standalone/src/library/base64.c [new file with mode: 0644]
package/utils/px5g-standalone/src/library/bignum.c [new file with mode: 0644]
package/utils/px5g-standalone/src/library/havege.c [new file with mode: 0644]
package/utils/px5g-standalone/src/library/rsa.c [new file with mode: 0644]
package/utils/px5g-standalone/src/library/sha1.c [new file with mode: 0644]
package/utils/px5g-standalone/src/library/timing.c [new file with mode: 0644]
package/utils/px5g-standalone/src/library/x509write.c [new file with mode: 0644]
package/utils/px5g-standalone/src/polarssl/base64.h [new file with mode: 0644]
package/utils/px5g-standalone/src/polarssl/bignum.h [new file with mode: 0644]
package/utils/px5g-standalone/src/polarssl/bn_mul.h [new file with mode: 0644]
package/utils/px5g-standalone/src/polarssl/config.h [new file with mode: 0644]
package/utils/px5g-standalone/src/polarssl/havege.h [new file with mode: 0644]
package/utils/px5g-standalone/src/polarssl/rsa.h [new file with mode: 0644]
package/utils/px5g-standalone/src/polarssl/sha1.h [new file with mode: 0644]
package/utils/px5g-standalone/src/polarssl/timing.h [new file with mode: 0644]
package/utils/px5g-standalone/src/polarssl/x509.h [new file with mode: 0644]
package/utils/px5g-standalone/src/px5g.c [new file with mode: 0644]
package/utils/px5g/Makefile
package/utils/px5g/px5g.c [new file with mode: 0644]
package/utils/px5g/src/Makefile [deleted file]
package/utils/px5g/src/library/base64.c [deleted file]
package/utils/px5g/src/library/bignum.c [deleted file]
package/utils/px5g/src/library/havege.c [deleted file]
package/utils/px5g/src/library/rsa.c [deleted file]
package/utils/px5g/src/library/sha1.c [deleted file]
package/utils/px5g/src/library/timing.c [deleted file]
package/utils/px5g/src/library/x509write.c [deleted file]
package/utils/px5g/src/polarssl/base64.h [deleted file]
package/utils/px5g/src/polarssl/bignum.h [deleted file]
package/utils/px5g/src/polarssl/bn_mul.h [deleted file]
package/utils/px5g/src/polarssl/config.h [deleted file]
package/utils/px5g/src/polarssl/havege.h [deleted file]
package/utils/px5g/src/polarssl/rsa.h [deleted file]
package/utils/px5g/src/polarssl/sha1.h [deleted file]
package/utils/px5g/src/polarssl/timing.h [deleted file]
package/utils/px5g/src/polarssl/x509.h [deleted file]
package/utils/px5g/src/px5g.c [deleted file]