# OpenSSL 3.0 compatibility
# https://github.com/gridcf/gct/pull/173
myproxy-openssl3.patch

# Use sha256 when signing request
# https://github.com/gridcf/gct/pull/178
myproxy-sha256.patch

# Fix some compiler warnings
# https://github.com/gridcf/gct/pull/179
myproxy-warn.patch

# Fix IPv6 glitch in the trust root retrieval in the client
# https://github.com/gridcf/gct/pull/183
myproxy-ipv6.patch

# Fix wrong name in myproxy-store -V output
# https://github.com/gridcf/gct/pull/183
myproxy-store-name.patch

# Use write+rename when changing passphrase
# https://github.com/gridcf/gct/pull/183
myproxy-write-rename.patch

# Improve detection of an encrypted private key
# https://github.com/gridcf/gct/pull/183
myproxy-check-encrypt.patch

# Fix broken sprintf format in myproxy test
# https://github.com/gridcf/gct/pull/183
myproxy-fix-broken-format.patch

# Support both SHA1 and SHA256
# https://github.com/gridcf/gct/pull/192
myproxy-sha1-sha256.patch

# Fix a double free
# https://github.com/gridcf/gct/pull/192
myproxy-double-free.patch
