Skip to content

Commit

Permalink
Drop OpenSSL 0.9.8 patches to add EAP-FAST support
Browse files Browse the repository at this point in the history
The OpenSSL project will not support version 0.9.8 anymore. As there
won't be even security fixes for this branch, it is not really safe to
continue using 0.9.8 and we might as well drop the EAP-FAST patches for
it.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
  • Loading branch information
jmalinen committed Jan 12, 2016
1 parent c397edf commit 38af042
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 798 deletions.
6 changes: 3 additions & 3 deletions build_release
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ mkdir $TMP
mkdir -p $RELDIR

git archive --format=tar --prefix=wpa-$VER/ HEAD \
README COPYING CONTRIBUTIONS patches src wpa_supplicant hostapd hs20 |
README COPYING CONTRIBUTIONS src wpa_supplicant hostapd hs20 |
gzip > $RELDIR/wpa-$VER.tar.gz
git archive --format=tar --prefix=hostapd-$VER/ HEAD \
README COPYING CONTRIBUTIONS patches src hostapd |
README COPYING CONTRIBUTIONS src hostapd |
gzip > $RELDIR/hostapd-$VER.tar.gz
git archive --format=tar --prefix=wpa_supplicant-$VER/ HEAD \
README COPYING CONTRIBUTIONS patches src wpa_supplicant hs20/client |
README COPYING CONTRIBUTIONS src wpa_supplicant hs20/client |
tar --directory=$TMP -xf -

cd $TMP
Expand Down
Loading

0 comments on commit 38af042

Please sign in to comment.